Struct inodes_stat_t
struct inodes_stat_t { ... }
Fields
nr_inodes: c_longnr_unused: c_longdummy: [c_long; 5]
Implementations
impl Clone for inodes_stat_t
fn clone(self: &Self) -> inodes_stat_t
impl Copy for inodes_stat_t
impl Debug for inodes_stat_t
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for inodes_stat_t
impl RefUnwindSafe for inodes_stat_t
impl Send for inodes_stat_t
impl Sync for inodes_stat_t
impl Unpin for inodes_stat_t
impl UnsafeUnpin for inodes_stat_t
impl UnwindSafe for inodes_stat_t
impl<T> Any for inodes_stat_t
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for inodes_stat_t
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for inodes_stat_t
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for inodes_stat_t
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for inodes_stat_t
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for inodes_stat_t
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for inodes_stat_t
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for inodes_stat_t
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>