pub struct IffLayer3 {
pub layer_header: LayerHeader,
pub reporting_simulation: SimulationAddress,
pub mode_5_basic_data: Mode5BasicData,
pub data_records: IffDataSpecification,
}Expand description
7.6.5.4 Layer 3 Mode 5 formats 7.6.5.4.2 Layer 3 Mode 5 Interrogator Format 7.6.5.4.3 Layer 3 Mode 5 Transponder Format
Fields§
§layer_header: LayerHeader§reporting_simulation: SimulationAddress§mode_5_basic_data: Mode5BasicData§data_records: IffDataSpecificationImplementations§
Source§impl IffLayer3
impl IffLayer3
pub fn builder() -> IffLayer3Builder
pub fn data_length(&self) -> u16
pub fn finalize_layer_header_length(self) -> Self
Trait Implementations§
impl StructuralPartialEq for IffLayer3
Auto Trait Implementations§
impl Freeze for IffLayer3
impl RefUnwindSafe for IffLayer3
impl Send for IffLayer3
impl Sync for IffLayer3
impl Unpin for IffLayer3
impl UnwindSafe for IffLayer3
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