Struct libc_interface::statvfs[][src]

#[repr(C)]
pub struct statvfs { pub f_bsize: c_ulong, pub f_frsize: c_ulong, pub f_blocks: fsblkcnt_t, pub f_bfree: fsblkcnt_t, pub f_bavail: fsblkcnt_t, pub f_files: fsfilcnt_t, pub f_ffree: fsfilcnt_t, pub f_favail: fsfilcnt_t, pub f_fsid: c_ulong, pub f_flag: c_ulong, pub f_namemax: c_ulong, // some fields omitted }

Fields

Trait Implementations

impl Copy for statvfs
[src]

impl Clone for statvfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for statvfs
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for statvfs
[src]

Auto Trait Implementations

impl Send for statvfs

impl Sync for statvfs