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