Struct gdnative_visual_script::common::libc::statfs [−][src]
#[repr(C)]pub struct statfs { pub f_bsize: u32, pub f_iosize: i32, 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_owner: u32, pub f_type: u32, pub f_flags: u32, pub f_fssubtype: u32, pub f_fstypename: [i8; 16], pub f_mntonname: [i8; 1024], pub f_mntfromname: [i8; 1024], pub f_reserved: [u32; 8], }
Fields
f_bsize: u32
f_iosize: i32
f_blocks: u64
f_bfree: u64
f_bavail: u64
f_files: u64
f_ffree: u64
f_fsid: fsid_t
f_owner: u32
f_type: u32
f_flags: u32
f_fssubtype: u32
f_fstypename: [i8; 16]
f_mntonname: [i8; 1024]
f_mntfromname: [i8; 1024]
f_reserved: [u32; 8]
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