pub struct ScreenMetrics { /* private fields */ }
Expand description
Screen metrics configuration (width and height)
Trait Implementations§
Source§impl Clone for ScreenMetrics
impl Clone for ScreenMetrics
Source§fn clone(&self) -> ScreenMetrics
fn clone(&self) -> ScreenMetrics
Returns a duplicate 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 moreSource§impl Debug for ScreenMetrics
impl Debug for ScreenMetrics
Source§impl Default for ScreenMetrics
impl Default for ScreenMetrics
Source§fn default() -> ScreenMetrics
fn default() -> ScreenMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScreenMetrics
impl RefUnwindSafe for ScreenMetrics
impl Send for ScreenMetrics
impl Sync for ScreenMetrics
impl Unpin for ScreenMetrics
impl UnwindSafe for ScreenMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more