#[repr(transparent)]pub struct TimerId(_);Expand description
Type returned by the set_timer and set_timer_interval functions. Pass to clear_timer to remove the timer.
Trait Implementations§
source§impl Key for TimerId
impl Key for TimerId
source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moresource§impl Ord for TimerId
impl Ord for TimerId
source§impl PartialEq<TimerId> for TimerId
impl PartialEq<TimerId> for TimerId
source§impl PartialOrd<TimerId> for TimerId
impl PartialOrd<TimerId> for TimerId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more