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§
source§impl Debug for ArmedCount
impl Debug for ArmedCount
source§impl Default for ArmedCount
impl Default for ArmedCount
source§fn 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§
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