pub struct Msg1001T {
pub reference_station_id: u16,
pub gps_epoch_time_ms: u32,
pub synchronous_gnss_msg_flag: u8,
pub satellites_len: usize,
pub gps_divergence_free_smoothing_flag: u8,
pub gps_smoothing_interval_bitval: u8,
pub satellites: DataVec<Msg1001Sat, DF006_CAP>,
}Fields§
§reference_station_id: u16§gps_epoch_time_ms: u32§synchronous_gnss_msg_flag: u8§satellites_len: usize§gps_divergence_free_smoothing_flag: u8§gps_smoothing_interval_bitval: u8§satellites: DataVec<Msg1001Sat, DF006_CAP>Trait Implementations§
source§impl PartialEq for Msg1001T
impl PartialEq for Msg1001T
impl StructuralPartialEq for Msg1001T
Auto Trait Implementations§
impl RefUnwindSafe for Msg1001T
impl Send for Msg1001T
impl Sync for Msg1001T
impl Unpin for Msg1001T
impl UnwindSafe for Msg1001T
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