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