pub struct TimerInfo {
pub index: usize,
pub length: usize,
}
Expand description
An identifier for a timer, based on the index in the timer list and its length.
Fields§
§index: usize
The index of this timer in the timer list
length: usize
The length of the timer list
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerInfo
impl RefUnwindSafe for TimerInfo
impl Send for TimerInfo
impl Sync for TimerInfo
impl Unpin for TimerInfo
impl UnwindSafe for TimerInfo
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