pub struct IffLayer2Builder(/* private fields */);Implementations§
Source§impl IffLayer2Builder
impl IffLayer2Builder
pub fn new() -> Self
pub fn with_header(self, v: LayerHeader) -> Self
pub fn with_beam_data(self, v: BeamData) -> Self
pub fn with_operational_parameter_1(self, v: u8) -> Self
pub fn with_operational_parameter_2(self, v: u8) -> Self
pub fn with_iff_fundamental_parameter( self, v: IffFundamentalParameterData, ) -> Self
pub fn with_iff_fundamental_parameters( self, v: Vec<IffFundamentalParameterData>, ) -> Self
pub fn build(self) -> IffLayer2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IffLayer2Builder
impl RefUnwindSafe for IffLayer2Builder
impl Send for IffLayer2Builder
impl Sync for IffLayer2Builder
impl Unpin for IffLayer2Builder
impl UnwindSafe for IffLayer2Builder
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