pub struct IffFundamentalParameterData {
pub erp: f32,
pub frequency: f32,
pub pgrf: f32,
pub pulse_width: f32,
pub burst_length: f32,
pub applicable_modes: IffApplicableModes,
pub system_specific_data: SystemSpecificData,
}Expand description
6.2.44 IFF Fundamental Parameter Data Record
Fields§
§erp: f32§frequency: f32§pgrf: f32§pulse_width: f32§burst_length: f32§applicable_modes: IffApplicableModes§system_specific_data: SystemSpecificDataImplementations§
Trait Implementations§
Source§impl Clone for IffFundamentalParameterData
impl Clone for IffFundamentalParameterData
Source§fn clone(&self) -> IffFundamentalParameterData
fn clone(&self) -> IffFundamentalParameterData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IffFundamentalParameterData
impl Debug for IffFundamentalParameterData
Source§impl Default for IffFundamentalParameterData
impl Default for IffFundamentalParameterData
Source§fn default() -> IffFundamentalParameterData
fn default() -> IffFundamentalParameterData
Returns the “default value” for a type. Read more
impl StructuralPartialEq for IffFundamentalParameterData
Auto Trait Implementations§
impl Freeze for IffFundamentalParameterData
impl RefUnwindSafe for IffFundamentalParameterData
impl Send for IffFundamentalParameterData
impl Sync for IffFundamentalParameterData
impl Unpin for IffFundamentalParameterData
impl UnwindSafe for IffFundamentalParameterData
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