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 moresource§impl Debug for files_stat_struct
impl Debug for files_stat_struct
impl Copy for files_stat_struct
Auto Trait Implementations§
impl RefUnwindSafe for files_stat_struct
impl Send for files_stat_struct
impl Sync for files_stat_struct
impl Unpin for files_stat_struct
impl UnwindSafe for files_stat_struct
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more