pub struct IffFundamentalParameterDataBuilder(/* private fields */);Implementations§
Source§impl IffFundamentalParameterDataBuilder
impl IffFundamentalParameterDataBuilder
pub fn new() -> Self
pub fn with_erp(self, v: f32) -> Self
pub fn with_frequency(self, v: f32) -> Self
pub fn with_pgrf(self, v: f32) -> Self
pub fn with_pulse_width(self, v: f32) -> Self
pub fn with_burst_length(self, v: f32) -> Self
pub fn with_applicable_modes(self, v: IffApplicableModes) -> Self
pub fn with_system_specific_data(self, v: SystemSpecificData) -> Self
pub fn build(self) -> IffFundamentalParameterData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IffFundamentalParameterDataBuilder
impl RefUnwindSafe for IffFundamentalParameterDataBuilder
impl Send for IffFundamentalParameterDataBuilder
impl Sync for IffFundamentalParameterDataBuilder
impl Unpin for IffFundamentalParameterDataBuilder
impl UnwindSafe for IffFundamentalParameterDataBuilder
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