pub struct Micrometer;Expand description
Micrometre (1e-6 m).
Trait Implementations§
Source§impl Clone for Micrometer
impl Clone for Micrometer
Source§fn clone(&self) -> Micrometer
fn clone(&self) -> Micrometer
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 Micrometer
impl Debug for Micrometer
Source§impl PartialEq for Micrometer
impl PartialEq for Micrometer
Source§impl PartialOrd for Micrometer
impl PartialOrd for Micrometer
Source§impl Unit for Micrometer
impl Unit for Micrometer
impl Copy for Micrometer
impl StructuralPartialEq for Micrometer
Auto Trait Implementations§
impl Freeze for Micrometer
impl RefUnwindSafe for Micrometer
impl Send for Micrometer
impl Sync for Micrometer
impl Unpin for Micrometer
impl UnwindSafe for Micrometer
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