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ยง
pub 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.
pub struct BootTicks(/* private fields */);