Struct indicatif::BinaryBytes [−][src]
pub struct BinaryBytes(pub u64);
Expand description
Formats bytes for human readability using ISO/IEC prefixes
Trait Implementations
impl Debug for BinaryBytes[src]
impl Debug for BinaryBytes[src]Auto Trait Implementations
impl RefUnwindSafe for BinaryBytes
impl Send for BinaryBytes
impl Sync for BinaryBytes
impl Unpin for BinaryBytes
impl UnwindSafe for BinaryBytes
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more