Module time

Source
Expand description

§Timekeeping

This module provides types for representing frequency and duration, as well as an instant in time. Time is measured since boot, and can be accessed by the Instant::now function.

Structs§

Duration
Represents a duration of time.
Instant
Represents an instant in time.
Rate
Represents a rate or frequency of events.