fidl

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