Struct linux_raw_sys::general::compat_statfs64
source · #[repr(C, packed(4))]pub struct compat_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: __u32
§f_bsize: __u32
§f_blocks: __u64
§f_bfree: __u64
§f_bavail: __u64
§f_files: __u64
§f_ffree: __u64
§f_fsid: __kernel_fsid_t
§f_namelen: __u32
§f_frsize: __u32
§f_flags: __u32
§f_spare: [__u32; 4]
Trait Implementations§
source§impl Clone for compat_statfs64
impl Clone for compat_statfs64
source§fn clone(&self) -> compat_statfs64
fn clone(&self) -> compat_statfs64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more