pub struct Msg1034T {
pub reference_station_id: u16,
pub gps_fkp_epoch_time_s: u32,
pub satellites: DataVec<Msg1034Sat, SAT_CAP_FKP>,
}
Fields§
§reference_station_id: u16
§gps_fkp_epoch_time_s: u32
§satellites: DataVec<Msg1034Sat, SAT_CAP_FKP>
Trait Implementations§
impl StructuralPartialEq for Msg1034T
Auto Trait Implementations§
impl Freeze for Msg1034T
impl RefUnwindSafe for Msg1034T
impl Send for Msg1034T
impl Sync for Msg1034T
impl Unpin for Msg1034T
impl UnwindSafe for Msg1034T
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