pub struct Msg1007T {
pub reference_station_id: u16,
pub antenna_descriptor_str: Df88591String<DESC_CAP>,
pub antenna_setup_id: u8,
}Fields§
§reference_station_id: u16§antenna_descriptor_str: Df88591String<DESC_CAP>§antenna_setup_id: u8Trait Implementations§
Source§impl SourceRepr for Msg1007T
Available on crate feature test_gen only.
impl SourceRepr for Msg1007T
Available on crate feature
test_gen only.impl StructuralPartialEq for Msg1007T
Auto Trait Implementations§
impl Freeze for Msg1007T
impl RefUnwindSafe for Msg1007T
impl Send for Msg1007T
impl Sync for Msg1007T
impl Unpin for Msg1007T
impl UnwindSafe for Msg1007T
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