Struct nix::sys::statfs::vfs::Statfs [−][src]
#[repr(C)]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: FsType
f_bsize: BlockSize
f_blocks: u64
f_bfree: u64
f_bavail: u64
f_files: u64
f_ffree: u64
f_fsid: u64
f_namelen: NameLen
f_frsize: FragmentSize
f_spare: [SwordType; 5]
Trait Implementations
impl Debug for Statfs[src]
impl Debug for Statfsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Statfs[src]
impl Copy for Statfsimpl Clone for Statfs[src]
impl Clone for Statfs