Timestamp

Type Alias Timestamp 

Source
pub type Timestamp = BootInstant;
Expand description

A point in time.

Aliased Type§

pub struct Timestamp(/* private fields */);

Trait Implementations§

Source§

impl TimestampExt for Timestamp

Source§

fn quantize(self) -> Quanta

Calculates the number of quanta between zero and the current timestamp.