Struct gdnative_visual_script::common::libc::statvfs[][src]

#[repr(C)]
pub struct statvfs { pub f_bsize: u32, pub f_frsize: u32, pub f_blocks: u32, pub f_bfree: u32, pub f_bavail: u32, pub f_files: u32, pub f_ffree: u32, pub f_favail: u32, pub f_fsid: u32, pub f_flag: u32, pub f_namemax: u32, }

Fields

Trait Implementations

impl Clone for statvfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for statvfs
[src]

Auto Trait Implementations

impl Send for statvfs

impl Sync for statvfs