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, }
Fields
f_bsize: c_ulong
f_frsize: c_ulong
f_blocks: fsblkcnt_t
f_bfree: fsblkcnt_t
f_bavail: fsblkcnt_t
f_files: fsfilcnt_t
f_ffree: fsfilcnt_t
f_favail: fsfilcnt_t
f_fsid: c_ulong
f_flag: c_ulong
f_namemax: c_ulong
Trait Implementations
impl Copy for statvfs[src]
impl Copy for statvfsimpl Clone for statvfs[src]
impl Clone for statvfsfn clone(&self) -> statvfs[src]
fn clone(&self) -> statvfsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for statvfs[src]
impl PartialEq for statvfsfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for statvfs[src]
impl Eq for statvfs