pub type UtcClockUpdate = ClockUpdate<BootTimeline, UtcTimeline>;
Expand description
An update for the UTC clock.
Aliased Type§
struct UtcClockUpdate { /* private fields */ }
Implementations
Source§impl<R, O> ClockUpdate<R, O>
impl<R, O> ClockUpdate<R, O>
Sourcepub fn builder() -> ClockUpdateBuilder<Null<R, O>, Null<R, O>, Null<R, O>, R, O>
pub fn builder() -> ClockUpdateBuilder<Null<R, O>, Null<R, O>, Null<R, O>, R, O>
Returns a new, empty, ClockUpdateBuilder
.
Trait Implementations
Source§impl<Reference, Output> Debug for ClockUpdate<Reference, Output>
impl<Reference, Output> Debug for ClockUpdate<Reference, Output>
Source§impl<Val, Rate, Err, Ref, Out> From<ClockUpdateBuilder<Val, Rate, Err, Ref, Out>> for ClockUpdate<Ref, Out>
impl<Val, Rate, Err, Ref, Out> From<ClockUpdateBuilder<Val, Rate, Err, Ref, Out>> for ClockUpdate<Ref, Out>
Source§fn from(
builder: ClockUpdateBuilder<Val, Rate, Err, Ref, Out>,
) -> ClockUpdate<Ref, Out>
fn from( builder: ClockUpdateBuilder<Val, Rate, Err, Ref, Out>, ) -> ClockUpdate<Ref, Out>
Converts to this type from the input type.
Source§impl<Reference, Output> PartialEq for ClockUpdate<Reference, Output>
impl<Reference, Output> PartialEq for ClockUpdate<Reference, Output>
Source§fn eq(&self, other: &ClockUpdate<Reference, Output>) -> bool
fn eq(&self, other: &ClockUpdate<Reference, Output>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.