fidl

Type Alias MonotonicTicks

Source
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 */);