pub struct Msg1067T {
pub glo_epoch_time_s: u32,
pub ssr_update_interval_index: u8,
pub multiple_message_flag: u8,
pub iod_ssr: u8,
pub ssr_provider_id: u16,
pub ssr_solution_id: u8,
pub satellites: DataVec<Msg1067Sat, SAT_CAP_1067>,
}Fields§
§glo_epoch_time_s: u32§ssr_update_interval_index: u8§multiple_message_flag: u8§iod_ssr: u8§ssr_provider_id: u16§ssr_solution_id: u8§satellites: DataVec<Msg1067Sat, SAT_CAP_1067>Trait Implementations§
Source§impl SourceRepr for Msg1067T
Available on crate feature test_gen only.
impl SourceRepr for Msg1067T
Available on crate feature
test_gen only.impl StructuralPartialEq for Msg1067T
Auto Trait Implementations§
impl Freeze for Msg1067T
impl RefUnwindSafe for Msg1067T
impl Send for Msg1067T
impl Sync for Msg1067T
impl Unpin for Msg1067T
impl UnwindSafe for Msg1067T
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