Struct libc::statvfs
[−]
[src]
pub struct statvfs { pub f_bsize: c_ulong, pub f_frsize: c_ulong, 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_favail: fsfilcnt_t, pub f_fsid: c_ulong, pub f_flag: c_ulong, pub f_namemax: c_ulong, // some fields omitted }
Unstable (
libc
): use libc
from crates.io
Fields
f_bsize | Unstable ( libc ): use |
f_frsize | 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_favail | Unstable ( libc ): use |
f_fsid | Unstable ( libc ): use |
f_flag | Unstable ( libc ): use |
f_namemax | Unstable ( libc ): use |