pub struct Msg1030T {
pub gps_resid_epoch_time_s: u32,
pub reference_station_id: u16,
pub refs_n: u8,
pub satellites_len: usize,
pub satellites: DataVec<Msg1030Sat, DF006_CAP>,
}Fields§
§gps_resid_epoch_time_s: u32§reference_station_id: u16§refs_n: u8§satellites_len: usize§satellites: DataVec<Msg1030Sat, DF006_CAP>Trait Implementations§
source§impl PartialEq<Msg1030T> for Msg1030T
impl PartialEq<Msg1030T> for Msg1030T
impl StructuralPartialEq for Msg1030T
Auto Trait Implementations§
impl RefUnwindSafe for Msg1030T
impl Send for Msg1030T
impl Sync for Msg1030T
impl Unpin for Msg1030T
impl UnwindSafe for Msg1030T
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