Struct tea_sdk::vmh::env::ChronyTracking
pub struct ChronyTracking {Show 14 fields
pub reference_id: u32,
pub ip_addr: String,
pub stratum: u16,
pub ref_time: String,
pub system_time: f64,
pub last_offset: f64,
pub rms_offset: f64,
pub frequency_ppm: f64,
pub residual_freq: f64,
pub skew_ppm: f64,
pub root_delay: f64,
pub root_dispersion: f64,
pub last_update_interval: f64,
pub leap_status: String,
}
Fields§
§reference_id: u32
§ip_addr: String
§stratum: u16
§ref_time: String
§system_time: f64
system time relative to NTP server
last_offset: f64
§rms_offset: f64
§frequency_ppm: f64
§residual_freq: f64
§skew_ppm: f64
§root_delay: f64
§root_dispersion: f64
§last_update_interval: f64
§leap_status: String
Trait Implementations§
§impl Clone for ChronyTracking
impl Clone for ChronyTracking
§fn clone(&self) -> ChronyTracking
fn clone(&self) -> ChronyTracking
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§impl Debug for ChronyTracking
impl Debug for ChronyTracking
§impl Default for ChronyTracking
impl Default for ChronyTracking
§fn default() -> ChronyTracking
fn default() -> ChronyTracking
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for ChronyTracking
impl<'de> Deserialize<'de> for ChronyTracking
§fn deserialize<__D>(
__deserializer: __D
) -> Result<ChronyTracking, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ChronyTracking, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for ChronyTracking
impl Serialize for ChronyTracking
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ChronyTracking
impl Send for ChronyTracking
impl Sync for ChronyTracking
impl Unpin for ChronyTracking
impl UnwindSafe for ChronyTracking
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