pub struct TimerEvent {
pub timer_id: u64,
}
Expand description
A Timer
that was requested using Cx::start_timer
has fired.
Fieldsยง
ยงtimer_id: u64
Trait Implementationsยง
Sourceยงimpl Clone for TimerEvent
impl Clone for TimerEvent
Sourceยงfn clone(&self) -> TimerEvent
fn clone(&self) -> TimerEvent
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for TimerEvent
impl Debug for TimerEvent
Sourceยงimpl PartialEq for TimerEvent
impl PartialEq for TimerEvent
impl StructuralPartialEq for TimerEvent
Auto Trait Implementationsยง
impl Freeze for TimerEvent
impl RefUnwindSafe for TimerEvent
impl Send for TimerEvent
impl Sync for TimerEvent
impl Unpin for TimerEvent
impl UnwindSafe for TimerEvent
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