pub struct BinaryPrefixes;
Expand description
Represents the prefixes used for display file sizes using powers of 1024.
Trait Implementations§
Source§impl PrefixType for BinaryPrefixes
impl PrefixType for BinaryPrefixes
Auto Trait Implementations§
impl Freeze for BinaryPrefixes
impl RefUnwindSafe for BinaryPrefixes
impl Send for BinaryPrefixes
impl Sync for BinaryPrefixes
impl Unpin for BinaryPrefixes
impl UnwindSafe for BinaryPrefixes
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