Struct libc::statfs [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for statfs
[src]

impl Clone for statfs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for statfs

impl Sync for statfs