Struct linux_raw_sys::general::statfs
source · [−]#[repr(C)]pub struct statfs {
pub f_type: __kernel_long_t,
pub f_bsize: __kernel_long_t,
pub f_blocks: __kernel_long_t,
pub f_bfree: __kernel_long_t,
pub f_bavail: __kernel_long_t,
pub f_files: __kernel_long_t,
pub f_ffree: __kernel_long_t,
pub f_fsid: __kernel_fsid_t,
pub f_namelen: __kernel_long_t,
pub f_frsize: __kernel_long_t,
pub f_flags: __kernel_long_t,
pub f_spare: [__kernel_long_t; 4],
}
Fields
f_type: __kernel_long_t
f_bsize: __kernel_long_t
f_blocks: __kernel_long_t
f_bfree: __kernel_long_t
f_bavail: __kernel_long_t
f_files: __kernel_long_t
f_ffree: __kernel_long_t
f_fsid: __kernel_fsid_t
f_namelen: __kernel_long_t
f_frsize: __kernel_long_t
f_flags: __kernel_long_t
f_spare: [__kernel_long_t; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statfs
impl Send for statfs
impl Sync for statfs
impl Unpin for statfs
impl UnwindSafe for statfs
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