#[repr(C)]pub struct statfs {
pub f_type: __fsword_t,
pub f_bsize: __fsword_t,
pub f_blocks: fsblkcnt_t,
pub f_bfree: fsblkcnt_t,
pub f_bavail: fsblkcnt_t,
pub f_files: fsfilcnt_t,
pub f_ffree: fsfilcnt_t,
pub f_fsid: fsid_t,
pub f_namelen: __fsword_t,
pub f_frsize: __fsword_t,
/* private fields */
}
Fields§
§f_type: __fsword_t
§f_bsize: __fsword_t
§f_blocks: fsblkcnt_t
§f_bfree: fsblkcnt_t
§f_bavail: fsblkcnt_t
§f_files: fsfilcnt_t
§f_ffree: fsfilcnt_t
§f_fsid: fsid_t
§f_namelen: __fsword_t
§f_frsize: __fsword_t
Trait Implementations§
impl Copy for statfs
impl Eq for statfs
impl StructuralPartialEq for statfs
Auto Trait Implementations§
impl Freeze for statfs
impl RefUnwindSafe for statfs
impl Send for statfs
impl Sync for statfs
impl Unpin for statfs
impl UnwindSafe for statfs
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
)