Struct libc_interface::statfs [−][src]
#[repr(C)]pub struct statfs { pub f_type: __fsword_t, pub f_bsize: __fsword_t, 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_fsid: fsid_t, pub f_namelen: __fsword_t, pub f_frsize: __fsword_t, // some fields omitted }
Fields
f_type: __fsword_t
f_bsize: __fsword_t
f_blocks: fsblkcnt_t
f_bfree: fsblkcnt_t
f_bavail: fsblkcnt_t
f_files: fsfilcnt_t
f_ffree: fsfilcnt_t
f_fsid: fsid_t
f_namelen: __fsword_t
f_frsize: __fsword_t
Trait Implementations
impl Copy for statfs
[src]
impl Copy for statfs
impl Clone for statfs
[src]
impl Clone for statfs
fn clone(&self) -> statfs
[src]
fn clone(&self) -> statfs
Returns 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 statfs
[src]
impl PartialEq for statfs
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for statfs
[src]
impl Eq for statfs