Struct cdp::browser::GetWindowBoundsCommand [] [src]

pub struct GetWindowBoundsCommand {
    pub window_id: WindowId,
}

[Experimental] Get position and size of the browser window.

Command Browser.getWindowBounds

Domain Module: cdp::browser
Command Struct: cdp::browser::GetWindowBoundsCommand
Response Struct: cdp::browser::GetWindowBoundsResponse

Fields

Browser window id.

Trait Implementations

impl Clone for GetWindowBoundsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetWindowBoundsCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Browser.getWindowBounds"

impl SerializeCdpCommand for GetWindowBoundsCommand
[src]

[src]

[src]

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

[src]

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