Struct files_stat_struct

struct files_stat_struct { ... }

Fields

nr_files: c_ulong
nr_free_files: c_ulong
max_files: c_ulong

Implementations

impl Clone for files_stat_struct

fn clone(self: &Self) -> files_stat_struct

impl Copy for files_stat_struct

impl Debug for files_stat_struct

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

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 UnsafeUnpin for files_stat_struct

impl UnwindSafe for files_stat_struct

impl<T> Any for files_stat_struct

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for files_stat_struct

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for files_stat_struct

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for files_stat_struct

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for files_stat_struct

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for files_stat_struct

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for files_stat_struct

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for files_stat_struct

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>