pub struct Emu(pub i64);Expand description
English Metric Units — 1/914400 of an inch. Used for drawing coordinates and image sizing.
Tuple Fields§
§0: i64Implementations§
Trait Implementations§
impl Copy for Emu
impl Eq for Emu
Source§impl Ord for Emu
impl Ord for Emu
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Emu
impl PartialOrd for Emu
impl StructuralPartialEq for Emu
Auto Trait Implementations§
impl Freeze for Emu
impl RefUnwindSafe for Emu
impl Send for Emu
impl Sync for Emu
impl Unpin for Emu
impl UnsafeUnpin for Emu
impl UnwindSafe for Emu
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