Struct linux_raw_sys::general::compat_statfs64
source · [−]#[repr(C, packed(4))]pub struct compat_statfs64 {
pub f_type: __u32,
pub f_bsize: __u32,
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: __u32,
pub f_frsize: __u32,
pub f_flags: __u32,
pub f_spare: [__u32; 4],
}
Fields
f_type: __u32
f_bsize: __u32
f_blocks: __u64
f_bfree: __u64
f_bavail: __u64
f_files: __u64
f_ffree: __u64
f_fsid: __kernel_fsid_t
f_namelen: __u32
f_frsize: __u32
f_flags: __u32
f_spare: [__u32; 4]
Trait Implementations
sourceimpl Clone for compat_statfs64
impl Clone for compat_statfs64
sourcefn clone(&self) -> compat_statfs64
fn clone(&self) -> compat_statfs64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for compat_statfs64
impl Debug for compat_statfs64
impl Copy for compat_statfs64
Auto Trait Implementations
impl RefUnwindSafe for compat_statfs64
impl Send for compat_statfs64
impl Sync for compat_statfs64
impl Unpin for compat_statfs64
impl UnwindSafe for compat_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