pub struct Msg1016T {
pub network_id: u8,
pub subnetwork_id: u8,
pub gps_epoch_time_s: f64,
pub multiple_message_flag: u8,
pub ma_reference_station_id: u16,
pub aux_reference_station_id: u16,
pub satellites: DataVec<Msg1016Sat, SAT_CAP_MAC>,
}
Fields§
§network_id: u8
§subnetwork_id: u8
§gps_epoch_time_s: f64
§multiple_message_flag: u8
§ma_reference_station_id: u16
§aux_reference_station_id: u16
§satellites: DataVec<Msg1016Sat, SAT_CAP_MAC>
Trait Implementations§
impl StructuralPartialEq for Msg1016T
Auto Trait Implementations§
impl Freeze for Msg1016T
impl RefUnwindSafe for Msg1016T
impl Send for Msg1016T
impl Sync for Msg1016T
impl Unpin for Msg1016T
impl UnwindSafe for Msg1016T
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