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