Struct nix::libc::statvfs[][src]

#[repr(C)]
pub struct statvfs { pub f_bsize: u64, pub f_frsize: u64, 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: u64, pub f_flag: u64, pub f_namemax: u64, // some fields omitted }

Fields

Trait Implementations

impl Copy for statvfs
[src]

impl Clone for statvfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for statvfs

impl Sync for statvfs