pub struct Msg1003T {
pub reference_station_id: u16,
pub gps_epoch_time_ms: u32,
pub synchronous_gnss_msg_flag: u8,
pub divergence_free_smoothing_flag: u8,
pub smoothing_interval_index: u8,
pub satellites: DataVec<Msg1003Sat, SAT_CAP_LEGACY>,
}
Fields§
§reference_station_id: u16
§gps_epoch_time_ms: u32
§synchronous_gnss_msg_flag: u8
§divergence_free_smoothing_flag: u8
§smoothing_interval_index: u8
§satellites: DataVec<Msg1003Sat, SAT_CAP_LEGACY>
Trait Implementations§
impl StructuralPartialEq for Msg1003T
Auto Trait Implementations§
impl Freeze for Msg1003T
impl RefUnwindSafe for Msg1003T
impl Send for Msg1003T
impl Sync for Msg1003T
impl Unpin for Msg1003T
impl UnwindSafe for Msg1003T
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