Struct rusoto_devicefarm::Resolution[][src]

pub struct Resolution {
    pub height: Option<i64>,
    pub width: Option<i64>,
}

Represents the screen resolution of a device in height and width, expressed in pixels.

Fields

The screen resolution's height, expressed in pixels.

The screen resolution's width, expressed in pixels.

Trait Implementations

impl Default for Resolution
[src]

Returns the "default value" for a type. Read more

impl Debug for Resolution
[src]

Formats the value using the given formatter. Read more

impl Clone for Resolution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Resolution
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Resolution

impl Sync for Resolution