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 */);
pub type BootTicks = Instant<BootTimeline, TicksUnit>;
A timestamp from system ticks on the boot timeline. Advances while the system is suspended.
struct BootTicks(/* private fields */);