Struct DisplayScale
pub struct DisplayScale(/* private fields */);Expand description
A display scale expressed in thousandths.
Implementations§
§impl DisplayScale
impl DisplayScale
Trait Implementations§
§impl Clone for DisplayScale
impl Clone for DisplayScale
§fn clone(&self) -> DisplayScale
fn clone(&self) -> DisplayScale
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 more§impl Debug for DisplayScale
impl Debug for DisplayScale
§impl Hash for DisplayScale
impl Hash for DisplayScale
§impl Ord for DisplayScale
impl Ord for DisplayScale
§impl PartialEq for DisplayScale
impl PartialEq for DisplayScale
§impl PartialOrd for DisplayScale
impl PartialOrd for DisplayScale
impl Copy for DisplayScale
impl Eq for DisplayScale
impl StructuralPartialEq for DisplayScale
Auto Trait Implementations§
impl Freeze for DisplayScale
impl RefUnwindSafe for DisplayScale
impl Send for DisplayScale
impl Sync for DisplayScale
impl Unpin for DisplayScale
impl UnsafeUnpin for DisplayScale
impl UnwindSafe for DisplayScale
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