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