Struct libc::statfs

source ·
#[repr(C)]
pub struct statfs {
Show 16 fields pub f_bsize: uint32_t, pub f_iosize: int32_t, pub f_blocks: uint64_t, pub f_bfree: uint64_t, pub f_bavail: uint64_t, pub f_files: uint64_t, pub f_ffree: uint64_t, pub f_fsid: fsid_t, pub f_owner: uid_t, pub f_type: uint32_t, pub f_flags: uint32_t, pub f_fssubtype: uint32_t, pub f_fstypename: [c_char; 16], pub f_mntonname: [c_char; 1024], pub f_mntfromname: [c_char; 1024], pub f_reserved: [uint32_t; 8],
}

Fields§

§f_bsize: uint32_t§f_iosize: int32_t§f_blocks: uint64_t§f_bfree: uint64_t§f_bavail: uint64_t§f_files: uint64_t§f_ffree: uint64_t§f_fsid: fsid_t§f_owner: uid_t§f_type: uint32_t§f_flags: uint32_t§f_fssubtype: uint32_t§f_fstypename: [c_char; 16]§f_mntonname: [c_char; 1024]§f_mntfromname: [c_char; 1024]§f_reserved: [uint32_t; 8]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.