pub struct DiskSpace {
pub available: u64,
pub total: u64,
}Expand description
core struct
Fields§
§available: u64§total: u64Implementations§
Auto Trait Implementations§
impl Freeze for DiskSpace
impl RefUnwindSafe for DiskSpace
impl Send for DiskSpace
impl Sync for DiskSpace
impl Unpin for DiskSpace
impl UnsafeUnpin for DiskSpace
impl UnwindSafe for DiskSpace
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