pub struct Msg1035T {
pub reference_station_id: u16,
pub glo_fkp_epoch_time_s: u32,
pub satellites: DataVec<Msg1035Sat, SAT_CAP_1035>,
}Fields§
§reference_station_id: u16§glo_fkp_epoch_time_s: u32§satellites: DataVec<Msg1035Sat, SAT_CAP_1035>Trait Implementations§
source§impl PartialEq for Msg1035T
impl PartialEq for Msg1035T
impl StructuralPartialEq for Msg1035T
Auto Trait Implementations§
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