pub struct Msg1013T {
pub reference_station_id: u16,
pub modified_julian_day_number: u16,
pub seconds_of_day_s: u32,
pub message_id_announcements_len: usize,
pub leap_seconds_gps_utc_s: Option<u8>,
pub message_id_announcements: DataVec<Msg1013MsgId, DF053_CAP>,
}Fields§
§reference_station_id: u16§modified_julian_day_number: u16§seconds_of_day_s: u32§message_id_announcements_len: usize§leap_seconds_gps_utc_s: Option<u8>§message_id_announcements: DataVec<Msg1013MsgId, DF053_CAP>Trait Implementations§
source§impl PartialEq for Msg1013T
impl PartialEq for Msg1013T
impl StructuralPartialEq for Msg1013T
Auto Trait Implementations§
impl RefUnwindSafe for Msg1013T
impl Send for Msg1013T
impl Sync for Msg1013T
impl Unpin for Msg1013T
impl UnwindSafe for Msg1013T
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