Type Alias fidl::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 */);