pub struct Msg1302T {
pub rtcm_crs_name_str: Df88591String<DESC_CAP>,
pub anchor_flag: u8,
pub plate_number: u8,
pub db_links: DataVec<Msg1302Link, DB_LINK_CAP>,
}
Fields§
§rtcm_crs_name_str: Df88591String<DESC_CAP>
§anchor_flag: u8
§plate_number: u8
§db_links: DataVec<Msg1302Link, DB_LINK_CAP>
Trait Implementations§
impl StructuralPartialEq for Msg1302T
Auto Trait Implementations§
impl Freeze for Msg1302T
impl RefUnwindSafe for Msg1302T
impl Send for Msg1302T
impl Sync for Msg1302T
impl Unpin for Msg1302T
impl UnwindSafe for Msg1302T
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