Struct linux_raw_sys::v2_6_32::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_spare: [__u32; 5], }
Fields
f_type: __u32f_bsize: __u32f_blocks: __u32f_bfree: __u32f_bavail: __u32f_files: __u32f_ffree: __u32f_fsid: __kernel_fsid_tf_namelen: __u32f_frsize: __u32f_spare: [__u32; 5]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statfsimpl UnwindSafe for statfsBlanket Implementations
Mutably borrows from an owned value. Read more