pub struct DiskSpaceForHuman {
pub available: f64,
pub total: f64,
}Expand description
for human readability (read-only)
Fields§
§available: f64§total: f64Auto Trait Implementations§
impl Freeze for DiskSpaceForHuman
impl RefUnwindSafe for DiskSpaceForHuman
impl Send for DiskSpaceForHuman
impl Sync for DiskSpaceForHuman
impl Unpin for DiskSpaceForHuman
impl UnsafeUnpin for DiskSpaceForHuman
impl UnwindSafe for DiskSpaceForHuman
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