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