pub struct Bound {
    pub earliest: u64,
    pub latest: u64,
}
Expand description

A structure for containing the error bounds returned from ClockBoundD. The values represent the time since the Unix Epoch in nanoseconds.

Fields

earliest: u64

System time minus the error calculated from chrony in nanoseconds since the Unix Epoch

latest: u64

System time plus the error calculated from chrony in nanoseconds since the Unix Epoch

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.