Struct clock_bound_c::ResponseHeader[][src]

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

Performs the conversion.

Performs the conversion.

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.