Struct libc::statvfs64 [] [src]

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

Fields

Trait Implementations

impl Copy for statvfs64
[src]

impl Clone for statvfs64
[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 statvfs64

impl Sync for statvfs64