[−][src]Struct libc::statfs
Fields
f_version: u32f_type: u32f_flags: u64f_bsize: u64f_iosize: u64f_blocks: u64f_bfree: u64f_bavail: i64f_files: u64f_ffree: i64f_syncwrites: u64f_asyncwrites: u64f_syncreads: u64f_asyncreads: u64f_namemax: u32f_owner: uid_tf_fsid: fsid_tf_fstypename: [c_char; 16]f_mntfromname: [c_char; 88]f_mntonname: [c_char; 88]Trait Implementations
impl Debug for statfs[src]
impl PartialEq<statfs> for statfs[src]
impl Eq for statfs[src]
impl Hash for statfs[src]
fn hash<H: Hasher>(&self, state: &mut H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Copy for statfs[src]
impl Clone for statfs[src]
fn clone(&self) -> statfs[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,