Struct endbasic_std::storage::DiskSpace
source · [−]Expand description
Representation of some amount of disk space. Can be used to express both quotas and usage.
Fields
bytes: u64Number of bytes used or allowed.
files: u64Number of files used or allowed.
Implementations
Trait Implementations
impl Copy for DiskSpace
impl StructuralPartialEq for DiskSpace
Auto Trait Implementations
impl RefUnwindSafe for DiskSpace
impl Send for DiskSpace
impl Sync for DiskSpace
impl Unpin for DiskSpace
impl UnwindSafe for DiskSpace
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