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

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StatVfs
[src]

[src]

Formats the value using the given formatter.

impl Default for StatVfs
[src]

[src]

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

impl Deref for StatVfs
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for StatVfs
[src]

[src]

Mutably dereferences the value.