Struct gdnative_visual_script::common::libc::statfs [−][src]
#[repr(C)]pub struct statfs { pub f_type: i64, pub f_bsize: i64, pub f_blocks: u64, pub f_bfree: u64, pub f_bavail: u64, pub f_files: u64, pub f_ffree: u64, pub f_fsid: fsid_t, pub f_namelen: i64, pub f_frsize: i64, // some fields omitted }
Fields
f_type: i64
f_bsize: i64
f_blocks: u64
f_bfree: u64
f_bavail: u64
f_files: u64
f_ffree: u64
f_fsid: fsid_t
f_namelen: i64
f_frsize: i64
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