Struct webdriver::response::WindowSizeResponse [] [src]

pub struct WindowSizeResponse {
    pub width: u64,
    pub height: u64,
}

Fields

width: u64 height: u64

Methods

impl WindowSizeResponse
[src]

fn new(width: u64, height: u64) -> WindowSizeResponse

Trait Implementations

impl Debug for WindowSizeResponse
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Encodable for WindowSizeResponse
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>