Struct zaplib::TimerEvent
source · [−]pub struct TimerEvent {
pub timer_id: u64,
}
Expand description
See Event::Timer
.
Fields
timer_id: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TimerEvent
impl Send for TimerEvent
impl Sync for TimerEvent
impl Unpin for TimerEvent
impl UnwindSafe for TimerEvent
Blanket Implementations
Mutably borrows from an owned value. Read more