Struct aws_sdk_devicefarm::model::Resolution
source · #[non_exhaustive]pub struct Resolution { /* private fields */ }Expand description
Represents the screen resolution of a device in height and width, expressed in pixels.
Implementations§
source§impl Resolution
impl Resolution
source§impl Resolution
impl Resolution
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Resolution.
Trait Implementations§
source§impl Clone for Resolution
impl Clone for Resolution
source§fn clone(&self) -> Resolution
fn clone(&self) -> Resolution
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more