Struct clock_bound_c::ResponseNow[][src]

pub struct ResponseNow {
    pub header: ResponseHeader,
    pub bound: Bound,
    pub timestamp: u64,
}
Expand description

A structure for holding the response of a now request.

Fields

header: ResponseHeaderbound: Boundtimestamp: u64

The timestamp, represented as nanoseconds since the Unix Epoch, bounded against.

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.