pub struct ResponseHeader {
    pub response_version: u8,
    pub response_type: u8,
    pub unsynchronized_flag: bool,
}
Expand description

A structure for holding the header of the received response.

Fields

response_version: u8

The version of the response received from ClockBoundD.

response_type: u8

The type of the response received from ClockBoundD.

unsynchronized_flag: bool

A flag representing if Chrony is reporting as unsynchronized.

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.