Struct nix::sys::ioctl::libc::statfs [] [src]

pub struct statfs {
    pub f_type: i64,
    pub f_bsize: i64,
    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: i64,
    pub f_frsize: i64,
    // some fields omitted
}

Fields

f_type
f_bsize
f_blocks
f_bfree
f_bavail
f_files
f_ffree
f_fsid
f_namelen
f_frsize

Trait Implementations

impl Clone for statfs

fn clone(&self) -> statfs

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

impl Copy for statfs