pub struct Msg1013T {
pub reference_station_id: u16,
pub modified_julian_day_number: u16,
pub seconds_of_day_s: u32,
pub leap_seconds_gps_utc_s: Option<u8>,
pub message_id_announcements: DataVec<Msg1013MsgId, SAT_CAP_1013>,
}
Fields§
§reference_station_id: u16
§modified_julian_day_number: u16
§seconds_of_day_s: u32
§leap_seconds_gps_utc_s: Option<u8>
§message_id_announcements: DataVec<Msg1013MsgId, SAT_CAP_1013>
Trait Implementations§
impl StructuralPartialEq for Msg1013T
Auto Trait Implementations§
impl Freeze for Msg1013T
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