Struct cdp::emulation::SetPageScaleFactorCommand [] [src]

pub struct SetPageScaleFactorCommand {
    pub page_scale_factor: f64,
}

[Experimental] Sets a specified page scale factor.

Command Emulation.setPageScaleFactor

Domain Module: cdp::emulation
Command Struct: cdp::emulation::SetPageScaleFactorCommand
Response Struct: cdp::emulation::SetPageScaleFactorResponse

Fields

Page scale factor.

Trait Implementations

impl Clone for SetPageScaleFactorCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetPageScaleFactorCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetPageScaleFactorCommand
[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 SetPageScaleFactorCommand
[src]

COMMAND_NAME: &'static str = "Emulation.setPageScaleFactor"

impl SerializeCdpCommand for SetPageScaleFactorCommand
[src]

[src]

[src]

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

[src]

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