pub struct BtrfsSpace {
pub total_bytes: u128,
pub used_bytes: u128,
pub free_bytes: u128,
}Fields§
§total_bytes: u128§used_bytes: u128§free_bytes: u128Trait Implementations§
Source§impl Debug for BtrfsSpace
impl Debug for BtrfsSpace
Auto Trait Implementations§
impl Freeze for BtrfsSpace
impl RefUnwindSafe for BtrfsSpace
impl Send for BtrfsSpace
impl Sync for BtrfsSpace
impl Unpin for BtrfsSpace
impl UnsafeUnpin for BtrfsSpace
impl UnwindSafe for BtrfsSpace
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