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
f_bsize: u32
f_blocks: u64
f_bfree: u64
f_bavail: u64
Trait Implementations
impl Copy for StatVfs[src]
impl Clone for StatVfs[src]
fn clone(&self) -> StatVfs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for StatVfs[src]
impl Default for StatVfs[src]
impl Deref for StatVfs[src]
type Target = [u8]
The resulting type after dereferencing
fn deref(&self) -> &[u8]
The method called to dereference a value
impl DerefMut for StatVfs[src]
fn deref_mut(&mut self) -> &mut [u8]
The method called to mutably dereference a value