Module time
bones_
framework
0.4.0
Module time
Module Items
Structs
Enums
In crate bones_
framework
bones_framework
Module
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
§
Timer
Mode
Specifies
Timer
behavior.