Struct linux_raw_sys::general::inodes_stat_t
source · #[repr(C)]pub struct inodes_stat_t {
pub nr_inodes: c_long,
pub nr_unused: c_long,
pub dummy: [c_long; 5],
}
Fields§
§nr_inodes: c_long
§nr_unused: c_long
§dummy: [c_long; 5]
Trait Implementations§
source§impl Clone for inodes_stat_t
impl Clone for inodes_stat_t
source§fn clone(&self) -> inodes_stat_t
fn clone(&self) -> inodes_stat_t
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