pub struct InodeIoStats { /* private fields */ }Expand description
Per inode io statistics metrics.
Trait Implementations§
Source§impl Debug for InodeIoStats
impl Debug for InodeIoStats
Source§impl Default for InodeIoStats
impl Default for InodeIoStats
Source§fn default() -> InodeIoStats
fn default() -> InodeIoStats
Returns the “default value” for a type. Read more
Source§impl InodeStatsCounter for InodeIoStats
impl InodeStatsCounter for InodeIoStats
fn stats_fop_inc(&self, fop: StatsFop)
fn stats_fop_err_inc(&self, fop: StatsFop)
fn stats_cumulative(&self, fop: StatsFop, value: usize)
Auto Trait Implementations§
impl !Freeze for InodeIoStats
impl RefUnwindSafe for InodeIoStats
impl Send for InodeIoStats
impl Sync for InodeIoStats
impl Unpin for InodeIoStats
impl UnwindSafe for InodeIoStats
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