pub struct IffLayer3Builder(/* private fields */);Implementations§
Source§impl IffLayer3Builder
impl IffLayer3Builder
pub fn new() -> Self
pub fn with_header(self, v: LayerHeader) -> Self
pub fn with_reporting_simulation(self, v: SimulationAddress) -> Self
pub fn with_mode_5_basic_data(self, v: Mode5BasicData) -> Self
pub fn with_iff_data_specification(self, v: IffDataSpecification) -> Self
pub fn build(self) -> IffLayer3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IffLayer3Builder
impl RefUnwindSafe for IffLayer3Builder
impl Send for IffLayer3Builder
impl Sync for IffLayer3Builder
impl Unpin for IffLayer3Builder
impl UnwindSafe for IffLayer3Builder
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