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