pub struct TimeSyncMap {
pub te0: f64,
pub te1: f64,
pub tl0: f64,
pub tl1: f64,
pub syncs_received: usize,
pub emotibit_start_time: f64,
pub emotibit_end_time: f64,
pub parse_version: String,
}Expand description
Time Sync Map
Fields§
§te0: f64§te1: f64§tl0: f64§tl1: f64§syncs_received: usize§emotibit_start_time: f64§emotibit_end_time: f64§parse_version: StringTrait Implementations§
Source§impl Csv for TimeSyncMap
impl Csv for TimeSyncMap
fn csv(&self) -> Vec<StringRecord>
Auto Trait Implementations§
impl Freeze for TimeSyncMap
impl RefUnwindSafe for TimeSyncMap
impl Send for TimeSyncMap
impl Sync for TimeSyncMap
impl Unpin for TimeSyncMap
impl UnsafeUnpin for TimeSyncMap
impl UnwindSafe for TimeSyncMap
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