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