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