pub struct Msg1004T {
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<Msg1004Sat, 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<Msg1004Sat, SAT_CAP_LEGACY>
Trait Implementations§
impl StructuralPartialEq for Msg1004T
Auto Trait Implementations§
impl Freeze for Msg1004T
impl RefUnwindSafe for Msg1004T
impl Send for Msg1004T
impl Sync for Msg1004T
impl Unpin for Msg1004T
impl UnwindSafe for Msg1004T
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