pub type UtcDuration = Duration<UtcTimeline>;
Expand description
A duration in the UTC timeline.
Aliased Type§
struct UtcDuration(/* private fields */);
Trait Implementations§
Source§impl UtcDurationExt for UtcDuration
impl UtcDurationExt for UtcDuration
Source§fn to_boot_lossy(&self) -> Duration<BootTimeline>
fn to_boot_lossy(&self) -> Duration<BootTimeline>
Converts the reading of a duration on the UTC timeline to a reading on the boot timeline. Read more