Struct linux_raw_sys::v5_4::general::statfs [−][src]
#[repr(C)]pub struct statfs { pub f_type: __u32, pub f_bsize: __u32, pub f_blocks: __u32, pub f_bfree: __u32, pub f_bavail: __u32, pub f_files: __u32, pub f_ffree: __u32, pub f_fsid: __kernel_fsid_t, pub f_namelen: __u32, pub f_frsize: __u32, pub f_flags: __u32, pub f_spare: [__u32; 4], }
Fields
f_type: __u32f_bsize: __u32f_blocks: __u32f_bfree: __u32f_bavail: __u32f_files: __u32f_ffree: __u32f_fsid: __kernel_fsid_tf_namelen: __u32f_frsize: __u32f_flags: __u32f_spare: [__u32; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statfsimpl UnwindSafe for statfsBlanket Implementations
Mutably borrows from an owned value. Read more