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§
pub 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().
pub struct Ticks<T>(/* private fields */);