pub struct TimeSync {
pub rd: f64,
pub ts_received: f64,
pub ts_sent: String,
pub ak: f64,
pub round_trip: f64,
}Expand description
Time Syncs
Fields§
§rd: f64Emotibit local time when RD was sent
ts_received: f64Emotibit local time when TS was received
ts_sent: StringTimestamp at the moment TS was sent in %Y-%m-%d_%H-%M-%S_f format
ak: f64Emotibit local time when AK was sent
round_trip: f64Duration for the round trip Emotibit -> PC -> Emotibit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeSync
impl RefUnwindSafe for TimeSync
impl Send for TimeSync
impl Sync for TimeSync
impl Unpin for TimeSync
impl UnwindSafe for TimeSync
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