Struct syscall::data::StatVfs [] [src]

pub struct StatVfs {
    pub f_bsize: u32,
    pub f_blocks: u64,
    pub f_bfree: u64,
    pub f_bavail: u64,
}

Fields

Trait Implementations

impl Copy for StatVfs
[src]

impl Clone for StatVfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StatVfs
[src]

Formats the value using the given formatter.

impl Default for StatVfs
[src]

Returns the "default value" for a type. Read more

impl Deref for StatVfs
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for StatVfs
[src]

The method called to mutably dereference a value