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