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