pub struct StatVfs {
pub f_bsize: u64,
pub f_frsize: u64,
pub f_blocks: u64,
pub f_bfree: u64,
pub f_bavail: u64,
pub f_files: u64,
pub f_ffree: u64,
pub f_favail: u64,
pub f_fsid: u64,
pub f_flag: StatVfsMountFlags,
pub f_namemax: u64,
}
Available on crate feature
fs
only.Fields§
§f_bsize: u64
§f_frsize: u64
§f_blocks: u64
§f_bfree: u64
§f_bavail: u64
§f_files: u64
§f_ffree: u64
§f_favail: u64
§f_fsid: u64
§f_flag: StatVfsMountFlags
§f_namemax: u64
Auto Trait Implementations§
impl Freeze for StatVfs
impl RefUnwindSafe for StatVfs
impl Send for StatVfs
impl Sync for StatVfs
impl Unpin for StatVfs
impl UnwindSafe for StatVfs
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 88 bytes