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: 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 Copy for Statfs[src]
impl Clone for Statfs[src]
fn clone(&self) -> Statfs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more