Struct gdnative_visual_script::common::libc::statfs [−][src]
#[repr(C)]pub struct statfs { pub f_type: i32, pub f_bsize: i32, pub f_blocks: u32, pub f_bfree: u32, pub f_bavail: u32, pub f_files: u32, pub f_ffree: u32, pub f_fsid: fsid_t, pub f_namelen: i32, pub f_frsize: i32, // some fields omitted }
Fields
f_type: i32
f_bsize: i32
f_blocks: u32
f_bfree: u32
f_bavail: u32
f_files: u32
f_ffree: u32
f_fsid: fsid_t
f_namelen: i32
f_frsize: i32
Trait Implementations
impl Clone for statfs
[src]
impl Clone for statfs
fn clone(&self) -> statfs
[src]
fn clone(&self) -> statfs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for statfs
[src]
impl Copy for statfs