pub struct Msg1015T {
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<Msg1015Sat, 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<Msg1015Sat, SAT_CAP_MAC>
Trait Implementations§
impl StructuralPartialEq for Msg1015T
Auto Trait Implementations§
impl Freeze for Msg1015T
impl RefUnwindSafe for Msg1015T
impl Send for Msg1015T
impl Sync for Msg1015T
impl Unpin for Msg1015T
impl UnwindSafe for Msg1015T
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