Struct magic_wormhole::core::TimerHandle
source · pub struct TimerHandle { /* private fields */ }Implementations§
source§impl TimerHandle
impl TimerHandle
pub fn new(id: u32) -> TimerHandle
Trait Implementations§
source§impl Clone for TimerHandle
impl Clone for TimerHandle
source§fn clone(&self) -> TimerHandle
fn clone(&self) -> TimerHandle
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 more