pub struct Msg1008T {
pub reference_station_id: u16,
pub antenna_descriptor_len: usize,
pub antenna_descriptor_str: Df88591String<DESC_STR_CAP>,
pub antenna_setup_id: u8,
pub antenna_serial_number_len: usize,
pub antenna_serial_number_str: Df88591String<DESC_STR_CAP>,
}Fields§
§reference_station_id: u16§antenna_descriptor_len: usize§antenna_descriptor_str: Df88591String<DESC_STR_CAP>§antenna_setup_id: u8§antenna_serial_number_len: usize§antenna_serial_number_str: Df88591String<DESC_STR_CAP>Trait Implementations§
source§impl PartialEq for Msg1008T
impl PartialEq for Msg1008T
impl StructuralPartialEq for Msg1008T
Auto Trait Implementations§
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