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
sourceimpl Resolution
impl Resolution
sourceimpl Resolution
impl Resolution
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Resolution.
Trait Implementations
sourceimpl Clone for Resolution
impl Clone for Resolution
sourcefn clone(&self) -> Resolution
fn clone(&self) -> Resolution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Resolution
impl Debug for Resolution
sourceimpl PartialEq<Resolution> for Resolution
impl PartialEq<Resolution> for Resolution
sourcefn eq(&self, other: &Resolution) -> bool
fn eq(&self, other: &Resolution) -> bool
impl StructuralPartialEq for Resolution
Auto Trait Implementations
impl RefUnwindSafe for Resolution
impl Send for Resolution
impl Sync for Resolution
impl Unpin for Resolution
impl UnwindSafe for Resolution
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more