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