#[repr(C)]pub struct TimerId {
pub id: usize,
}Expand description
ID for uniquely identifying a timer
Fields§
§id: usizeImplementations§
Trait Implementations§
Source§impl FromIterator<TimerId> for TimerIdVec
impl FromIterator<TimerId> for TimerIdVec
Source§impl Ord for TimerId
impl Ord for TimerId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TimerId
impl PartialOrd for TimerId
impl Copy for TimerId
impl Eq for TimerId
impl StructuralPartialEq for TimerId
Auto Trait Implementations§
impl Freeze for TimerId
impl RefUnwindSafe for TimerId
impl Send for TimerId
impl Sync for TimerId
impl Unpin for TimerId
impl UnsafeUnpin for TimerId
impl UnwindSafe for TimerId
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