pub enum SignalUserProtocolIdentificationNumber {
Show 36 variants
CCSIL,
A2ATDSINCGARSERF,
A2ATDCAC2,
BattleCommand,
AFIWCIADSTrackReport,
AFIWCIADSCommC2Message,
AFIWCIADSGroundControlInterceptor_GCI_Command,
AFIWCVoiceTextMessage,
ModSAFTextRadio,
CCTTSINCGARSERFLOCKOUT,
CCTTSINCGARSERFHOPSET,
CCTTSINCGARSOTAR,
CCTTSINCGARSDATA,
ModSAFFWAForwardAirController,
ModSAFThreatADAC3,
F16MTCAFAPDProtocol,
F16MTCIDLProtocol,
AutomaticIdentificationSystem_AIS_,
ModSAFArtilleryFireControl,
AGTS,
GC3,
WNCPData,
SpokenTextMessage,
LongbowIDMMessage,
ComancheIDMMessage,
LongbowAirborneTACFIREMessage,
LongbowGroundTACFIREMessage,
LongbowAFAPDMessage,
LongbowERFMessage,
VMFIDM,
CSARRadioSurvivorMessage,
CSARRadioInterrogatorMessage,
ImageFileTransferMessage,
GeotagDataMessage,
TacticalVideoRegenerationData,
Unspecified(u32),
}Expand description
UID 177
Variants§
CCSIL
A2ATDSINCGARSERF
A2ATDCAC2
BattleCommand
AFIWCIADSTrackReport
AFIWCIADSCommC2Message
AFIWCIADSGroundControlInterceptor_GCI_Command
AFIWCVoiceTextMessage
ModSAFTextRadio
CCTTSINCGARSERFLOCKOUT
CCTTSINCGARSERFHOPSET
CCTTSINCGARSOTAR
CCTTSINCGARSDATA
ModSAFFWAForwardAirController
ModSAFThreatADAC3
F16MTCAFAPDProtocol
F16MTCIDLProtocol
AutomaticIdentificationSystem_AIS_
ModSAFArtilleryFireControl
AGTS
GC3
WNCPData
SpokenTextMessage
LongbowIDMMessage
ComancheIDMMessage
LongbowAirborneTACFIREMessage
LongbowGroundTACFIREMessage
LongbowAFAPDMessage
LongbowERFMessage
VMFIDM
CSARRadioSurvivorMessage
CSARRadioInterrogatorMessage
ImageFileTransferMessage
GeotagDataMessage
TacticalVideoRegenerationData
Unspecified(u32)
Trait Implementations§
Source§impl Clone for SignalUserProtocolIdentificationNumber
impl Clone for SignalUserProtocolIdentificationNumber
Source§fn clone(&self) -> SignalUserProtocolIdentificationNumber
fn clone(&self) -> SignalUserProtocolIdentificationNumber
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<SignalUserProtocolIdentificationNumber> for u32
impl From<SignalUserProtocolIdentificationNumber> for u32
Source§fn from(value: SignalUserProtocolIdentificationNumber) -> Self
fn from(value: SignalUserProtocolIdentificationNumber) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SignalUserProtocolIdentificationNumber
impl PartialEq for SignalUserProtocolIdentificationNumber
Source§fn eq(&self, other: &SignalUserProtocolIdentificationNumber) -> bool
fn eq(&self, other: &SignalUserProtocolIdentificationNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SignalUserProtocolIdentificationNumber
impl Eq for SignalUserProtocolIdentificationNumber
impl StructuralPartialEq for SignalUserProtocolIdentificationNumber
Auto Trait Implementations§
impl Freeze for SignalUserProtocolIdentificationNumber
impl RefUnwindSafe for SignalUserProtocolIdentificationNumber
impl Send for SignalUserProtocolIdentificationNumber
impl Sync for SignalUserProtocolIdentificationNumber
impl Unpin for SignalUserProtocolIdentificationNumber
impl UnwindSafe for SignalUserProtocolIdentificationNumber
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