Struct libc::statfs
[−]
[src]
pub struct statfs {
pub f_bsize: uint32_t,
pub f_iosize: int32_t,
pub f_blocks: uint64_t,
pub f_bfree: uint64_t,
pub f_bavail: uint64_t,
pub f_files: uint64_t,
pub f_ffree: uint64_t,
pub f_fsid: fsid_t,
pub f_owner: uid_t,
pub f_type: uint32_t,
pub f_flags: uint32_t,
pub f_fssubtype: uint32_t,
pub f_fstypename: [c_char; 16],
pub f_mntonname: [c_char; 1024],
pub f_mntfromname: [c_char; 1024],
pub f_reserved: [uint32_t; 8],
}Unstable (
libc): use libc from crates.io
Fields
f_bsize | Unstable ( libc): use |
f_iosize | Unstable ( libc): use |
f_blocks | Unstable ( libc): use |
f_bfree | Unstable ( libc): use |
f_bavail | Unstable ( libc): use |
f_files | Unstable ( libc): use |
f_ffree | Unstable ( libc): use |
f_fsid | Unstable ( libc): use |
f_owner | Unstable ( libc): use |
f_type | Unstable ( libc): use |
f_flags | Unstable ( libc): use |
f_fssubtype | Unstable ( libc): use |
f_fstypename | Unstable ( libc): use |
f_mntonname | Unstable ( libc): use |
f_mntfromname | Unstable ( libc): use |
f_reserved | Unstable ( libc): use |