Type Alias fidl::BootTicks

source ·
pub type BootTicks = Instant<BootTimeline, TicksUnit>;
Expand description

A timestamp from system ticks on the boot timeline. Advances while the system is suspended.

Aliased Type§

struct BootTicks(/* private fields */);