Struct ntp_proto::Measurement
source · pub struct Measurement {
pub delay: NtpDuration,
pub offset: NtpDuration,
pub localtime: NtpTimestamp,
pub monotime: NtpInstant,
}Fields§
§delay: NtpDuration§offset: NtpDuration§localtime: NtpTimestamp§monotime: NtpInstantTrait Implementations§
source§impl Clone for Measurement
impl Clone for Measurement
source§fn clone(&self) -> Measurement
fn clone(&self) -> Measurement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more