Struct endpointsecurity::vfsstatfs[][src]

#[repr(C, packed(4))]
pub struct vfsstatfs {
Show 16 fields pub f_bsize: u32, pub f_iosize: size_t, pub f_blocks: u64, pub f_bfree: u64, pub f_bavail: u64, pub f_bused: u64, pub f_files: u64, pub f_ffree: u64, pub f_fsid: fsid_t, pub f_owner: uid_t, pub f_flags: u64, pub f_fstypename: [c_char; 16], pub f_mntonname: [c_char; 1024], pub f_mntfromname: [c_char; 1024], pub f_fssubtype: u32, pub f_reserved: [*mut c_void; 2],
}

Fields

f_bsize: u32f_iosize: size_tf_blocks: u64f_bfree: u64f_bavail: u64f_bused: u64f_files: u64f_ffree: u64f_fsid: fsid_tf_owner: uid_tf_flags: u64f_fstypename: [c_char; 16]f_mntonname: [c_char; 1024]f_mntfromname: [c_char; 1024]f_fssubtype: u32f_reserved: [*mut c_void; 2]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.