pub struct DecimalBytes(pub u64);
Expand description
Formats bytes for human readability using SI prefixes
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Debug for DecimalBytes
impl Debug for DecimalBytes
Auto Trait Implementations§
impl Freeze for DecimalBytes
impl RefUnwindSafe for DecimalBytes
impl Send for DecimalBytes
impl Sync for DecimalBytes
impl Unpin for DecimalBytes
impl UnwindSafe for DecimalBytes
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