pub struct Msg1008T {
pub reference_station_id: u16,
pub antenna_descriptor_str: Df88591String<DESC_CAP>,
pub antenna_setup_id: u8,
pub antenna_serial_number_str: Df88591String<DESC_CAP>,
}
Fields§
§reference_station_id: u16
§antenna_descriptor_str: Df88591String<DESC_CAP>
§antenna_setup_id: u8
§antenna_serial_number_str: Df88591String<DESC_CAP>
Trait Implementations§
impl StructuralPartialEq for Msg1008T
Auto Trait Implementations§
impl Freeze for Msg1008T
impl RefUnwindSafe for Msg1008T
impl Send for Msg1008T
impl Sync for Msg1008T
impl Unpin for Msg1008T
impl UnwindSafe for Msg1008T
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