Type Alias fidl::BootInstant
source · pub type BootInstant = Instant<BootTimeline>;
Expand description
A timestamp from the boot clock. Advances while the system is suspended.
Aliased Type§
struct BootInstant(/* private fields */);
pub type BootInstant = Instant<BootTimeline>;
A timestamp from the boot clock. Advances while the system is suspended.
struct BootInstant(/* private fields */);