pub type MonotonicTicks = Instant<MonotonicTimeline, TicksUnit>;
Expand description
A timestamp from system ticks on the monotonic timeline. Does not advance while the system is suspended.
Aliased Typeยง
struct MonotonicTicks(/* private fields */);
pub type MonotonicTicks = Instant<MonotonicTimeline, TicksUnit>;
A timestamp from system ticks on the monotonic timeline. Does not advance while the system is suspended.
struct MonotonicTicks(/* private fields */);