Skip to main content

UtcClock

Type Alias UtcClock 

Source
pub type UtcClock<T = SyntheticTimeline> = Clock<BootTimeline, T>;
Expand description

The zx_libc crate does not provide the zx::Timeline type for UTC, but the functions here are generic over a supplied zx::Timeline type.

Aliased Typeยง

pub struct UtcClock<T = SyntheticTimeline>(/* private fields */);