Struct nc::types::compat_statfs_t[][src]

#[repr(C)]
pub struct compat_statfs_t { pub f_type: i32, pub f_bsize: i32, pub f_blocks: i32, pub f_bfree: i32, pub f_bavail: i32, pub f_files: i32, pub f_free: i32, pub f_fsid: compat_fsid_t, pub f_namelen: i32, pub f_frsize: i32, pub f_flags: i32, pub f_spare: [i32; 4], }

Fields

f_type: i32f_bsize: i32f_blocks: i32f_bfree: i32f_bavail: i32f_files: i32f_free: i32f_fsid: compat_fsid_tf_namelen: i32

SunOS ignores this field.

f_frsize: i32f_flags: i32f_spare: [i32; 4]

Trait Implementations

Formats the value using the given formatter. 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 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.