Struct indicatif::BinaryBytes
source · pub struct BinaryBytes(pub u64);
Expand description
Formats bytes for human readability using ISO/IEC prefixes
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Debug for BinaryBytes
impl Debug for BinaryBytes
Auto Trait Implementations§
impl Freeze for BinaryBytes
impl RefUnwindSafe for BinaryBytes
impl Send for BinaryBytes
impl Sync for BinaryBytes
impl Unpin for BinaryBytes
impl UnwindSafe for BinaryBytes
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