Trait BootDurationExt

Source
pub trait BootDurationExt {
    // Required method
    fn to_utc_lossy(&self) -> UtcDuration;
}
Expand description

Special methods that are only valid for zx::BootDuration.

Required Methods§

Source

fn to_utc_lossy(&self) -> UtcDuration

Converts the reading of a duration on the boot timeline to a reading on the UTC timeline.

See notes alongside UtcDurationExt::to_boot_lossy.

Implementations on Foreign Types§

Source§

impl BootDurationExt for BootDuration

Implementors§