pub struct TimerEvent {
pub timer_id: u64,
}
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 copy 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