pub struct Msg1030T {
pub gps_resid_epoch_time_s: u32,
pub reference_station_id: u16,
pub refs_n: u8,
pub satellites: DataVec<Msg1030Sat, SAT_CAP_RES>,
}
Fields§
§gps_resid_epoch_time_s: u32
§reference_station_id: u16
§refs_n: u8
§satellites: DataVec<Msg1030Sat, SAT_CAP_RES>
Trait Implementations§
impl StructuralPartialEq for Msg1030T
Auto Trait Implementations§
impl Freeze for Msg1030T
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