Struct ntp_proto::Measurement
source · pub struct Measurement {
pub delay: NtpDuration,
pub offset: NtpDuration,
pub transmit_timestamp: NtpTimestamp,
pub receive_timestamp: NtpTimestamp,
pub localtime: NtpTimestamp,
pub monotime: NtpInstant,
pub stratum: u8,
pub root_delay: NtpDuration,
pub root_dispersion: NtpDuration,
pub leap: NtpLeapIndicator,
pub precision: i8,
}Fields§
§delay: NtpDuration§offset: NtpDuration§transmit_timestamp: NtpTimestamp§receive_timestamp: NtpTimestamp§localtime: NtpTimestamp§monotime: NtpInstant§stratum: u8§root_delay: NtpDuration§root_dispersion: NtpDuration§leap: NtpLeapIndicator§precision: i8Trait 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 moresource§impl Debug for Measurement
impl Debug for Measurement
impl Copy for Measurement
Auto Trait Implementations§
impl RefUnwindSafe for Measurement
impl Send for Measurement
impl Sync for Measurement
impl Unpin for Measurement
impl UnwindSafe for Measurement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more