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