pub(crate) struct IoDriverMetrics {}
Implementations§
source§impl IoDriverMetrics
impl IoDriverMetrics
pub(crate) fn incr_fd_count(&self)
pub(crate) fn dec_fd_count(&self)
pub(crate) fn incr_ready_count_by(&self, _amt: u64)
Trait Implementations§
source§impl Default for IoDriverMetrics
impl Default for IoDriverMetrics
source§fn default() -> IoDriverMetrics
fn default() -> IoDriverMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IoDriverMetrics
impl RefUnwindSafe for IoDriverMetrics
impl Send for IoDriverMetrics
impl Sync for IoDriverMetrics
impl Unpin for IoDriverMetrics
impl UnwindSafe for IoDriverMetrics
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