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
sourceimpl Clone for files_stat_struct
impl Clone for files_stat_struct
sourcefn clone(&self) -> files_stat_struct
fn clone(&self) -> files_stat_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more