Struct linux_raw_sys::general::files_stat_struct
source · #[repr(C)]pub struct files_stat_struct {
pub nr_files: c_ulong,
pub nr_free_files: c_ulong,
pub max_files: c_ulong,
}
Fields§
§nr_files: c_ulong
§nr_free_files: c_ulong
§max_files: c_ulong
Trait Implementations§
source§impl Clone for files_stat_struct
impl Clone for files_stat_struct
source§fn clone(&self) -> files_stat_struct
fn clone(&self) -> files_stat_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more