Type Alias fidl::MonotonicInstant

source ·
pub type MonotonicInstant = Instant<MonotonicTimeline>;
Expand description

A timestamp from the monontonic clock. Does not advance while the system is suspended.

Aliased Type§

struct MonotonicInstant(/* private fields */);