pub struct Pebibit;Expand description
Zero-sized marker struct representing a concrete unit.
Generated by unit! macro; implements Unit with provided
quantity mapping, factor and abbreviation.
Trait Implementations§
impl Copy for Pebibit
Source§impl PartialOrd for Pebibit
impl PartialOrd for Pebibit
impl StructuralPartialEq for Pebibit
Auto Trait Implementations§
impl Freeze for Pebibit
impl RefUnwindSafe for Pebibit
impl Send for Pebibit
impl Sync for Pebibit
impl Unpin for Pebibit
impl UnsafeUnpin for Pebibit
impl UnwindSafe for Pebibit
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