Struct linux_raw_sys::v5_4::general::statfs64 [−][src]
#[repr(C)]pub struct statfs64 { pub f_type: __u32, pub f_bsize: __u32, pub f_blocks: __u64, pub f_bfree: __u64, pub f_bavail: __u64, pub f_files: __u64, pub f_ffree: __u64, 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: __u64f_bfree: __u64f_bavail: __u64f_files: __u64f_ffree: __u64f_fsid: __kernel_fsid_tf_namelen: __u32f_frsize: __u32f_flags: __u32f_spare: [__u32; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statfs64impl UnwindSafe for statfs64Blanket Implementations
Mutably borrows from an owned value. Read more