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
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