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

Trait Implementations

impl Debug for Statfs
[src]

Formats the value using the given formatter.

impl Copy for Statfs
[src]

impl Clone for Statfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more