pub struct RoundedBinarySize(pub u128, pub u8);Expand description
Represents size in bytes as per IEC 80000-13, rounded to the given decimal places when displayed
Tuple Fields§
§0: u128§1: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoundedBinarySize
impl RefUnwindSafe for RoundedBinarySize
impl Send for RoundedBinarySize
impl Sync for RoundedBinarySize
impl Unpin for RoundedBinarySize
impl UnwindSafe for RoundedBinarySize
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