pub struct IffLayer4 {
pub layer_header: LayerHeader,
pub reporting_simulation: SimulationAddress,
pub mode_s_basic_data: ModeSBasicData,
pub data_records: IffDataSpecification,
}Expand description
7.6.5.5 Layer 4 Mode S formats
Fields§
§layer_header: LayerHeader§reporting_simulation: SimulationAddress§mode_s_basic_data: ModeSBasicData§data_records: IffDataSpecificationImplementations§
Source§impl IffLayer4
impl IffLayer4
pub fn builder() -> IffLayer4Builder
pub fn data_length(&self) -> u16
pub fn finalize_layer_header_length(self) -> Self
Trait Implementations§
impl StructuralPartialEq for IffLayer4
Auto Trait Implementations§
impl Freeze for IffLayer4
impl RefUnwindSafe for IffLayer4
impl Send for IffLayer4
impl Sync for IffLayer4
impl Unpin for IffLayer4
impl UnwindSafe for IffLayer4
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