Struct cdp::overlay::SetShowFpsCounterCommand [] [src]

pub struct SetShowFpsCounterCommand {
    pub show: bool,
}

[Experimental] Requests that backend shows the FPS counter

Command Overlay.setShowFPSCounter

Domain Module: cdp::overlay
Command Struct: cdp::overlay::SetShowFpsCounterCommand
Response Struct: cdp::overlay::SetShowFpsCounterResponse

Fields

True for showing the FPS counter

Trait Implementations

impl Clone for SetShowFpsCounterCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetShowFpsCounterCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetShowFpsCounterCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for SetShowFpsCounterCommand
[src]

COMMAND_NAME: &'static str = "Overlay.setShowFPSCounter"

impl SerializeCdpCommand for SetShowFpsCounterCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetShowFpsCounterCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetShowFpsCounterCommand
[src]