pub struct IffLayer4Builder(/* private fields */);Implementations§
Source§impl IffLayer4Builder
impl IffLayer4Builder
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_s_basic_data(self, v: ModeSBasicData) -> Self
pub fn with_iff_data_specification(self, v: IffDataSpecification) -> Self
pub fn build(self) -> IffLayer4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IffLayer4Builder
impl RefUnwindSafe for IffLayer4Builder
impl Send for IffLayer4Builder
impl Sync for IffLayer4Builder
impl Unpin for IffLayer4Builder
impl UnwindSafe for IffLayer4Builder
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