Struct cdp::page::SetDeviceOrientationOverrideCommand [] [src]

pub struct SetDeviceOrientationOverrideCommand {
    pub alpha: f64,
    pub beta: f64,
    pub gamma: f64,
}

[Experimental] Overrides the Device Orientation.

Command Page.setDeviceOrientationOverride

Domain Module: cdp::page
Command Struct: cdp::page::SetDeviceOrientationOverrideCommand
Response Struct: cdp::page::SetDeviceOrientationOverrideResponse

Fields

Mock alpha

Mock beta

Mock gamma

Trait Implementations

impl Clone for SetDeviceOrientationOverrideCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetDeviceOrientationOverrideCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Page.setDeviceOrientationOverride"

impl SerializeCdpCommand for SetDeviceOrientationOverrideCommand
[src]

[src]

[src]

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

[src]

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