Struct s2n_quic_core::time::timer::IsArmed
source · pub struct IsArmed(pub bool);Expand description
Returns true if any of the timers are armed
Tuple Fields§
§0: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IsArmed
impl Send for IsArmed
impl Sync for IsArmed
impl Unpin for IsArmed
impl UnwindSafe for IsArmed
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