[−][src]Struct libc::statfs
Fields
f_version: u32
f_type: u32
f_flags: u64
f_bsize: u64
f_iosize: u64
f_blocks: u64
f_bfree: u64
f_bavail: i64
f_files: u64
f_ffree: i64
f_syncwrites: u64
f_asyncwrites: u64
f_syncreads: u64
f_asyncreads: u64
f_namemax: u32
f_owner: uid_t
f_fsid: fsid_t
f_fstypename: [c_char; 16]
f_mntfromname: [c_char; 88]
f_mntonname: [c_char; 88]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,