pub enum IffSystemType {
Show 16 variants
NotUsed_InvalidValue_,
MarkXXIIATCRBSTransponder,
MarkXXIIATCRBSInterrogator,
SovietTransponder,
SovietInterrogator,
RRBTransponder,
MarkXIIAInterrogator,
Mode5Interrogator,
ModeSInterrogator,
MarkXIIATransponder,
Mode5Transponder,
ModeSTransponder,
MarkXIIACombinedInterrogatorTransponder_CIT_,
MarkXIICombinedInterrogatorTransponder_CIT_,
TCASACASTransceiver,
Unspecified(u16),
}Expand description
UID 82
Variants§
NotUsed_InvalidValue_
MarkXXIIATCRBSTransponder
MarkXXIIATCRBSInterrogator
SovietTransponder
SovietInterrogator
RRBTransponder
MarkXIIAInterrogator
Mode5Interrogator
ModeSInterrogator
MarkXIIATransponder
Mode5Transponder
ModeSTransponder
MarkXIIACombinedInterrogatorTransponder_CIT_
MarkXIICombinedInterrogatorTransponder_CIT_
TCASACASTransceiver
Unspecified(u16)
Trait Implementations§
Source§impl Clone for IffSystemType
impl Clone for IffSystemType
Source§fn clone(&self) -> IffSystemType
fn clone(&self) -> IffSystemType
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 IffSystemType
impl Debug for IffSystemType
Source§impl Default for IffSystemType
impl Default for IffSystemType
Source§impl Display for IffSystemType
impl Display for IffSystemType
Source§impl From<IffSystemType> for u16
impl From<IffSystemType> for u16
Source§fn from(value: IffSystemType) -> Self
fn from(value: IffSystemType) -> Self
Converts to this type from the input type.
Source§impl From<u16> for IffSystemType
impl From<u16> for IffSystemType
Source§impl Hash for IffSystemType
impl Hash for IffSystemType
Source§impl PartialEq for IffSystemType
impl PartialEq for IffSystemType
impl Copy for IffSystemType
impl Eq for IffSystemType
impl StructuralPartialEq for IffSystemType
Auto Trait Implementations§
impl Freeze for IffSystemType
impl RefUnwindSafe for IffSystemType
impl Send for IffSystemType
impl Sync for IffSystemType
impl Unpin for IffSystemType
impl UnwindSafe for IffSystemType
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