Struct cdp::browser::GetWindowBoundsResponse
[−]
[src]
pub struct GetWindowBoundsResponse { pub bounds: Bounds, }
[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
bounds: Bounds
Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.
Trait Implementations
impl Clone for GetWindowBoundsResponse
[src]
fn clone(&self) -> GetWindowBoundsResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for GetWindowBoundsResponse
[src]
impl PartialEq for GetWindowBoundsResponse
[src]
fn eq(&self, __arg_0: &GetWindowBoundsResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetWindowBoundsResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetWindowBoundsResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Browser.getWindowBounds"