pub struct Mode5TransponderSupplementalData {
pub squitter_on_off_status: SquitterStatus,
pub level_2_squitter_status: Level2SquitterStatus,
pub iff_mission: Mode5IffMission,
}Expand description
B.2.31 Mode 5 Transponder Supplemental Data (SD) record
Fields§
§squitter_on_off_status: SquitterStatus§level_2_squitter_status: Level2SquitterStatus§iff_mission: Mode5IffMissionImplementations§
Source§impl Mode5TransponderSupplementalData
impl Mode5TransponderSupplementalData
pub fn new() -> Self
pub fn builder() -> Mode5TransponderSupplementalDataBuilder
Trait Implementations§
Source§impl Clone for Mode5TransponderSupplementalData
impl Clone for Mode5TransponderSupplementalData
Source§fn clone(&self) -> Mode5TransponderSupplementalData
fn clone(&self) -> Mode5TransponderSupplementalData
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 Default for Mode5TransponderSupplementalData
impl Default for Mode5TransponderSupplementalData
Source§fn default() -> Mode5TransponderSupplementalData
fn default() -> Mode5TransponderSupplementalData
Returns the “default value” for a type. Read more
Source§impl From<&Mode5TransponderSupplementalData> for u8
impl From<&Mode5TransponderSupplementalData> for u8
Source§fn from(value: &Mode5TransponderSupplementalData) -> Self
fn from(value: &Mode5TransponderSupplementalData) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Mode5TransponderSupplementalData
impl From<u8> for Mode5TransponderSupplementalData
Source§impl PartialEq for Mode5TransponderSupplementalData
impl PartialEq for Mode5TransponderSupplementalData
Source§fn eq(&self, other: &Mode5TransponderSupplementalData) -> bool
fn eq(&self, other: &Mode5TransponderSupplementalData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Mode5TransponderSupplementalData
Auto Trait Implementations§
impl Freeze for Mode5TransponderSupplementalData
impl RefUnwindSafe for Mode5TransponderSupplementalData
impl Send for Mode5TransponderSupplementalData
impl Sync for Mode5TransponderSupplementalData
impl Unpin for Mode5TransponderSupplementalData
impl UnwindSafe for Mode5TransponderSupplementalData
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