Struct linux_raw_sys::v2_6_32::general::files_stat_struct [−][src]
#[repr(C)]pub struct files_stat_struct { pub nr_files: c_int, pub nr_free_files: c_int, pub max_files: c_int, }
Fields
nr_files: c_intnr_free_files: c_intmax_files: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for files_stat_structimpl Send for files_stat_structimpl Sync for files_stat_structimpl Unpin for files_stat_structimpl UnwindSafe for files_stat_structBlanket Implementations
Mutably borrows from an owned value. Read more