#[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 Freeze for files_stat_struct
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes