pub struct TimerElapsed {
pub id: TimerId,
pub generation: TimerGeneration,
}Fields§
§id: TimerId§generation: TimerGenerationTrait Implementations§
Source§impl Clone for TimerElapsed
impl Clone for TimerElapsed
Source§fn clone(&self) -> TimerElapsed
fn clone(&self) -> TimerElapsed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimerElapsed
Source§impl Debug for TimerElapsed
impl Debug for TimerElapsed
impl Eq for TimerElapsed
Source§impl PartialEq for TimerElapsed
impl PartialEq for TimerElapsed
impl StructuralPartialEq for TimerElapsed
Auto Trait Implementations§
impl Freeze for TimerElapsed
impl RefUnwindSafe for TimerElapsed
impl Send for TimerElapsed
impl Sync for TimerElapsed
impl Unpin for TimerElapsed
impl UnsafeUnpin for TimerElapsed
impl UnwindSafe for TimerElapsed
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