Type Alias BootTimeProperty

Source
pub type BootTimeProperty = TimeProperty<BootTimeline>;
Expand description

An Inspect Time Property on the boot timeline.

Aliased Type§

struct BootTimeProperty { /* private fields */ }

Implementations

Source§

impl<T> TimeProperty<T>

Source

pub fn update(&self)

Updates the underlying property with the current monotonic timestamp.

Source

pub fn set_at(&self, timestamp: Instant<T>)

Updates the underlying property with the given timestamp.

Trait Implementations

Source§

impl<T: Debug> Debug for TimeProperty<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Debug + Send + Sync> InspectType for TimeProperty<T>