Struct nix::sys::statfs::vfs::Statfs [] [src]

pub struct Statfs {
    pub f_type: FsType,
    pub f_bsize: BlockSize,
    pub f_blocks: u64,
    pub f_bfree: u64,
    pub f_bavail: u64,
    pub f_files: u64,
    pub f_ffree: u64,
    pub f_fsid: u64,
    pub f_namelen: NameLen,
    pub f_frsize: FragmentSize,
    pub f_spare: [SwordType; 5],
}

Fields

f_type
f_bsize
f_blocks
f_bfree
f_bavail
f_files
f_ffree
f_fsid
f_namelen
f_frsize
f_spare

Trait Implementations

Derived Implementations

impl Clone for Statfs

fn clone(&self) -> Statfs

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

impl Copy for Statfs

impl Debug for Statfs

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