pub struct IffLayer5 {
pub layer_header: LayerHeader,
pub reporting_simulation: SimulationAddress,
pub applicable_layers: InformationLayers,
pub data_category: DataCategory,
pub data_records: IffDataSpecification,
}Expand description
7.6.5.6 Layer 5 data communications
Fields§
§layer_header: LayerHeader§reporting_simulation: SimulationAddress§applicable_layers: InformationLayers§data_category: DataCategory§data_records: IffDataSpecificationImplementations§
Source§impl IffLayer5
impl IffLayer5
pub fn builder() -> IffLayer5Builder
pub fn data_length(&self) -> u16
pub fn finalize_layer_header_length(self) -> Self
Trait Implementations§
impl StructuralPartialEq for IffLayer5
Auto Trait Implementations§
impl Freeze for IffLayer5
impl RefUnwindSafe for IffLayer5
impl Send for IffLayer5
impl Sync for IffLayer5
impl Unpin for IffLayer5
impl UnwindSafe for IffLayer5
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