[][src]Struct linux::kty::statfs

#[repr(C)]
pub struct statfs { pub f_type: __statfs_word, pub f_bsize: __statfs_word, pub f_blocks: __statfs_word, pub f_bfree: __statfs_word, pub f_bavail: __statfs_word, pub f_files: __statfs_word, pub f_ffree: __statfs_word, pub f_fsid: __kernel_fsid_t, pub f_namelen: __statfs_word, pub f_frsize: __statfs_word, pub f_flags: __statfs_word, pub f_spare: [__statfs_word; 4], }

Fields

f_type: __statfs_wordf_bsize: __statfs_wordf_blocks: __statfs_wordf_bfree: __statfs_wordf_bavail: __statfs_wordf_files: __statfs_wordf_ffree: __statfs_wordf_fsid: __kernel_fsid_tf_namelen: __statfs_wordf_frsize: __statfs_wordf_flags: __statfs_wordf_spare: [__statfs_word; 4]

Trait Implementations

impl Pod for statfs[src]

impl Eq for statfs[src]

impl Clone for statfs[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<statfs> for statfs[src]

impl Copy for statfs[src]

Auto Trait Implementations

impl Send for statfs

impl Sync for statfs

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]