Struct webdriver::command::WindowSizeParameters [] [src]

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

Fields

Trait Implementations

impl PartialEq for WindowSizeParameters
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Parameters for WindowSizeParameters
[src]

impl ToJson for WindowSizeParameters
[src]

Converts the value of self to an instance of JSON