[−][src]Struct libc::statfs
Fields
f_bsize: u32f_iosize: i32f_blocks: u64f_bfree: u64f_bavail: u64f_files: u64f_ffree: u64f_fsid: fsid_tf_owner: uid_tf_type: u32f_flags: u32f_fssubtype: u32f_fstypename: [c_char; 16]f_mntonname: [c_char; 1024]f_mntfromname: [c_char; 1024]f_reserved: [u32; 8]Trait Implementations
impl Clone for statfs[src]
fn clone(&self) -> statfs[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for statfs[src]
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,
fn borrow_mut(&mut self) -> &mut T[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,