Struct nix::sys::statvfs::vfs::Statvfs [] [src]

pub struct Statvfs {
    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: FsFlags,
    pub f_namemax: c_ulong,
    // some fields omitted
}

Fields

f_bsize
f_frsize
f_blocks
f_bfree
f_bavail
f_files
f_ffree
f_favail
f_fsid
f_flag
f_namemax

Trait Implementations

Derived Implementations

impl Clone for Statvfs

fn clone(&self) -> Statvfs

fn clone_from(&mut self, source: &Self)

impl Copy for Statvfs

impl Debug for Statvfs

fn fmt(&self, __arg_0: &mut Formatter) -> Result