pub type Ticks<T> = Instant<T, TicksUnit>;
Expand description
A timestamp from system ticks. Has an arbitrary unit that can be measured with
Ticks::per_second()
.
Aliased Type§
struct Ticks<T>(/* private fields */);
pub type Ticks<T> = Instant<T, TicksUnit>;
A timestamp from system ticks. Has an arbitrary unit that can be measured with
Ticks::per_second()
.
struct Ticks<T>(/* private fields */);