pub struct Microgram;Expand description
SI mass unit Microgram with gram-based prefix (symbol µg).
By definition, 1 µg = 1e-6 g.
Trait Implementations§
Source§impl PartialOrd for Microgram
impl PartialOrd for Microgram
impl Copy for Microgram
impl StructuralPartialEq for Microgram
Auto Trait Implementations§
impl Freeze for Microgram
impl RefUnwindSafe for Microgram
impl Send for Microgram
impl Sync for Microgram
impl Unpin for Microgram
impl UnwindSafe for Microgram
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