pub struct Msg1031T {
pub glo_resid_epoch_time_s: u32,
pub reference_station_id: u16,
pub refs_n: u8,
pub satellites: DataVec<Msg1031Sat, SAT_CAP_RES>,
}
Fields§
§glo_resid_epoch_time_s: u32
§reference_station_id: u16
§refs_n: u8
§satellites: DataVec<Msg1031Sat, SAT_CAP_RES>
Trait Implementations§
impl StructuralPartialEq for Msg1031T
Auto Trait Implementations§
impl Freeze for Msg1031T
impl RefUnwindSafe for Msg1031T
impl Send for Msg1031T
impl Sync for Msg1031T
impl Unpin for Msg1031T
impl UnwindSafe for Msg1031T
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