Struct cachestat
struct cachestat { ... }
Fields
nr_cache: __u64nr_dirty: __u64nr_writeback: __u64nr_evicted: __u64nr_recently_evicted: __u64
Implementations
impl Clone for cachestat
fn clone(self: &Self) -> cachestat
impl Copy for cachestat
impl Debug for cachestat
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for cachestat
impl RefUnwindSafe for cachestat
impl Send for cachestat
impl Sync for cachestat
impl Unpin for cachestat
impl UnsafeUnpin for cachestat
impl UnwindSafe for cachestat
impl<T> Any for cachestat
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for cachestat
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for cachestat
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for cachestat
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for cachestat
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for cachestat
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 cachestat
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for cachestat
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>