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