Struct linux_info::unit::DataSize
source · [−]pub struct DataSize { /* private fields */ }Expand description
Represents a size, for example 1024 kB.
Implementations
Trait Implementations
impl Eq for DataSize
impl StructuralEq for DataSize
impl StructuralPartialEq for DataSize
Auto Trait Implementations
impl RefUnwindSafe for DataSize
impl Send for DataSize
impl Sync for DataSize
impl Unpin for DataSize
impl UnwindSafe for DataSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more