Struct s2n_quic_core::time::timer::ArmedCount
source · [−]pub struct ArmedCount(pub usize);Expand description
Counts all of the armed timers
Tuple Fields
0: usizeTrait Implementations
sourceimpl Debug for ArmedCount
impl Debug for ArmedCount
sourceimpl Default for ArmedCount
impl Default for ArmedCount
sourcefn default() -> ArmedCount
fn default() -> ArmedCount
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ArmedCount
impl Send for ArmedCount
impl Sync for ArmedCount
impl Unpin for ArmedCount
impl UnwindSafe for ArmedCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more