bones_framework
0.4.0
Module time
Structs
Enums
In crate bones_framework
Module
bones_framework
::
time
Copy item path
source
·
[
−
]
Expand description
Timer
and
Stopwatch
utilities.
Structs
§
Stopwatch
A Stopwatch is a struct that track elapsed time when started.
Timer
Tracks elapsed time. Enters the finished state once
duration
is reached.
Enums
§
TimerMode
Specifies
Timer
behavior.