Struct libc_interface::statfs64 [−][src]
#[repr(C)]pub struct statfs64 { pub f_type: __fsword_t, pub f_bsize: __fsword_t, pub f_blocks: u64, pub f_bfree: u64, pub f_bavail: u64, pub f_files: u64, pub f_ffree: u64, pub f_fsid: fsid_t, pub f_namelen: __fsword_t, pub f_frsize: __fsword_t, pub f_flags: __fsword_t, pub f_spare: [__fsword_t; 4], }
Fields
f_type: __fsword_t
f_bsize: __fsword_t
f_blocks: u64
f_bfree: u64
f_bavail: u64
f_files: u64
f_ffree: u64
f_fsid: fsid_t
f_namelen: __fsword_t
f_frsize: __fsword_t
f_flags: __fsword_t
f_spare: [__fsword_t; 4]
Trait Implementations
impl Copy for statfs64
[src]
impl Copy for statfs64
impl Clone for statfs64
[src]
impl Clone for statfs64
fn clone(&self) -> statfs64
[src]
fn clone(&self) -> statfs64
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 statfs64
[src]
impl PartialEq for statfs64
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 statfs64
[src]
impl Eq for statfs64