Struct linux_raw_sys::general::statfs64  
source · [−]#[repr(C)]pub struct statfs64 {
    pub f_type: __kernel_long_t,
    pub f_bsize: __kernel_long_t,
    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: __kernel_long_t,
    pub f_frsize: __kernel_long_t,
    pub f_flags: __kernel_long_t,
    pub f_spare: [__kernel_long_t; 4],
}Fields
f_type: __kernel_long_tf_bsize: __kernel_long_tf_blocks: __u64f_bfree: __u64f_bavail: __u64f_files: __u64f_ffree: __u64f_fsid: __kernel_fsid_tf_namelen: __kernel_long_tf_frsize: __kernel_long_tf_flags: __kernel_long_tf_spare: [__kernel_long_t; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statfs64
impl Send for statfs64
impl Sync for statfs64
impl Unpin for statfs64
impl UnwindSafe for statfs64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more