Struct libc_interface::statvfs64 [−][src]
#[repr(C)]pub struct statvfs64 { pub f_bsize: c_ulong, pub f_frsize: c_ulong, pub f_blocks: u64, pub f_bfree: u64, pub f_bavail: u64, pub f_files: u64, pub f_ffree: u64, pub f_favail: u64, pub f_fsid: c_ulong, pub f_flag: c_ulong, pub f_namemax: c_ulong, // some fields omitted }
Fields
f_bsize: c_ulong
f_frsize: c_ulong
f_blocks: u64
f_bfree: u64
f_bavail: u64
f_files: u64
f_ffree: u64
f_favail: u64
f_fsid: c_ulong
f_flag: c_ulong
f_namemax: c_ulong
Trait Implementations
impl Copy for statvfs64[src]
impl Copy for statvfs64impl Clone for statvfs64[src]
impl Clone for statvfs64fn clone(&self) -> statvfs64[src]
fn clone(&self) -> statvfs64Returns 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 statvfs64[src]
impl PartialEq for statvfs64fn 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 statvfs64[src]
impl Eq for statvfs64