pub enum TransmitterModulationTypeSystem {
Show 15 variants
Other,
GenericRadioOrSimpleIntercom,
HAVEQUICKI,
HAVEQUICKII,
SATURN,
SINCGARS,
CCTTSINCGARS,
EPLRS_EnhancedPositionLocationReportingSystem_,
JTIDSMIDS,
Link11,
Link11B,
LBandSATCOM,
EnhancedSINCGARS7_3,
NavigationAid,
Unspecified(u16),
}Expand description
UID 163
Variants§
Other
GenericRadioOrSimpleIntercom
HAVEQUICKI
HAVEQUICKII
SATURN
SINCGARS
CCTTSINCGARS
EPLRS_EnhancedPositionLocationReportingSystem_
JTIDSMIDS
Link11
Link11B
LBandSATCOM
EnhancedSINCGARS7_3
Unspecified(u16)
Trait Implementations§
Source§impl Clone for TransmitterModulationTypeSystem
impl Clone for TransmitterModulationTypeSystem
Source§fn clone(&self) -> TransmitterModulationTypeSystem
fn clone(&self) -> TransmitterModulationTypeSystem
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 From<TransmitterModulationTypeSystem> for u16
impl From<TransmitterModulationTypeSystem> for u16
Source§fn from(value: TransmitterModulationTypeSystem) -> Self
fn from(value: TransmitterModulationTypeSystem) -> Self
Converts to this type from the input type.
Source§impl From<u16> for TransmitterModulationTypeSystem
impl From<u16> for TransmitterModulationTypeSystem
Source§impl PartialEq for TransmitterModulationTypeSystem
impl PartialEq for TransmitterModulationTypeSystem
Source§fn eq(&self, other: &TransmitterModulationTypeSystem) -> bool
fn eq(&self, other: &TransmitterModulationTypeSystem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransmitterModulationTypeSystem
impl Eq for TransmitterModulationTypeSystem
impl StructuralPartialEq for TransmitterModulationTypeSystem
Auto Trait Implementations§
impl Freeze for TransmitterModulationTypeSystem
impl RefUnwindSafe for TransmitterModulationTypeSystem
impl Send for TransmitterModulationTypeSystem
impl Sync for TransmitterModulationTypeSystem
impl Unpin for TransmitterModulationTypeSystem
impl UnwindSafe for TransmitterModulationTypeSystem
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