☰
Module timer
Structs
Traits
Type Definitions
?
Module
r3_core
::
kernel
::
timer
source
·
[
−
]
Expand description
Timers
Structs
Timer
Represents a single timer in a system.
TimerDefiner
The definer (static builder) for
TimerRef
.
TimerRef
Represents a single borrowed timer in a system.
Traits
TimerHandle
The trait for safe wrappers of
System::
RawTimerId
, i.e.,
Timer
and
TimerRef
.
TimerMethods
The supported operations on
TimerHandle
.
Type Definitions
StaticTimer
A
static handle
type:
TimerRef
<'static, System>