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: u64The timestamp, represented as nanoseconds since the Unix Epoch, bounded against.