[][src]Struct linux::kty::statfs64

#[repr(C)]
pub struct statfs64 { pub f_type: __statfs_word, pub f_bsize: __statfs_word, pub f_blocks: __u64, pub f_bfree: __u64, pub f_bavail: __u64, pub f_files: __u64, pub f_ffree: __u64, 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: __u64f_bfree: __u64f_bavail: __u64f_files: __u64f_ffree: __u64f_fsid: __kernel_fsid_tf_namelen: __statfs_wordf_frsize: __statfs_wordf_flags: __statfs_wordf_spare: [__statfs_word; 4]

Trait Implementations

impl Pod for statfs64[src]

impl Eq for statfs64[src]

impl Clone for statfs64[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<statfs64> for statfs64[src]

impl Copy for statfs64[src]

Auto Trait Implementations

impl Send for statfs64

impl Sync for statfs64

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]