Struct libc::statfs
[−]
[src]
pub struct statfs { pub f_type: __fsword_t, pub f_bsize: __fsword_t, pub f_blocks: fsblkcnt_t, pub f_bfree: fsblkcnt_t, pub f_bavail: fsblkcnt_t, pub f_files: fsfilcnt_t, pub f_ffree: fsfilcnt_t, pub f_fsid: fsid_t, pub f_namelen: __fsword_t, pub f_frsize: __fsword_t, // 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 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