#[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§
Source§impl Clone for compat_statfs64
impl Clone for compat_statfs64
Source§fn clone(&self) -> compat_statfs64
fn clone(&self) -> compat_statfs64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for compat_statfs64
impl Debug for compat_statfs64
impl Copy for compat_statfs64
Auto Trait Implementations§
impl Freeze for compat_statfs64
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 84 bytes