pub struct TimesyncStatus {
pub header: Header,
pub remote_timestamp_ns: u64,
pub observed_offset_ns: i64,
pub estimated_offset_ns: i64,
pub round_trip_time_ms: f32,
}Fields§
§header: Header§remote_timestamp_ns: u64§observed_offset_ns: i64§estimated_offset_ns: i64§round_trip_time_ms: f32Trait Implementations§
Source§impl Clone for TimesyncStatus
impl Clone for TimesyncStatus
Source§fn clone(&self) -> TimesyncStatus
fn clone(&self) -> TimesyncStatus
Returns a duplicate 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 TimesyncStatus
impl Debug for TimesyncStatus
Source§impl Default for TimesyncStatus
impl Default for TimesyncStatus
Source§impl<'de> Deserialize<'de> for TimesyncStatus
impl<'de> Deserialize<'de> for TimesyncStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TimesyncStatus
impl PartialEq for TimesyncStatus
Source§impl Serialize for TimesyncStatus
impl Serialize for TimesyncStatus
impl Message for TimesyncStatus
impl StructuralPartialEq for TimesyncStatus
Auto Trait Implementations§
impl Freeze for TimesyncStatus
impl RefUnwindSafe for TimesyncStatus
impl Send for TimesyncStatus
impl Sync for TimesyncStatus
impl Unpin for TimesyncStatus
impl UnwindSafe for TimesyncStatus
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