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_1039>,
}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_1039>Trait Implementations§
source§impl PartialEq for Msg1039T
impl PartialEq for Msg1039T
impl StructuralPartialEq for Msg1039T
Auto Trait Implementations§
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