pub enum TransmitterCryptoSystem {
Show 16 variants
NoEncryptionDevice,
KY28,
KY58,
NarrowSpectrumSecureVoice_NSVE_,
WideSpectrumSecureVoice_WSVE_,
SINCGARSICOM,
KY75,
KY100,
KY57,
KYV5,
Link11KG40AP_NTDS_,
Link11BKG40AS,
Link11KG40AR,
KGV135A,
TacticalSecureVoice_TSV_,
Unspecified(u16),
}Expand description
UID 166
Variants§
NoEncryptionDevice
KY28
KY58
NarrowSpectrumSecureVoice_NSVE_
WideSpectrumSecureVoice_WSVE_
SINCGARSICOM
KY75
KY100
KY57
KYV5
Link11KG40AP_NTDS_
Link11BKG40AS
Link11KG40AR
KGV135A
TacticalSecureVoice_TSV_
Unspecified(u16)
Trait Implementations§
Source§impl Clone for TransmitterCryptoSystem
impl Clone for TransmitterCryptoSystem
Source§fn clone(&self) -> TransmitterCryptoSystem
fn clone(&self) -> TransmitterCryptoSystem
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 TransmitterCryptoSystem
impl Debug for TransmitterCryptoSystem
Source§impl Default for TransmitterCryptoSystem
impl Default for TransmitterCryptoSystem
Source§impl Display for TransmitterCryptoSystem
impl Display for TransmitterCryptoSystem
Source§impl From<TransmitterCryptoSystem> for u16
impl From<TransmitterCryptoSystem> for u16
Source§fn from(value: TransmitterCryptoSystem) -> Self
fn from(value: TransmitterCryptoSystem) -> Self
Converts to this type from the input type.
Source§impl From<u16> for TransmitterCryptoSystem
impl From<u16> for TransmitterCryptoSystem
Source§impl Hash for TransmitterCryptoSystem
impl Hash for TransmitterCryptoSystem
Source§impl PartialEq for TransmitterCryptoSystem
impl PartialEq for TransmitterCryptoSystem
impl Copy for TransmitterCryptoSystem
impl Eq for TransmitterCryptoSystem
impl StructuralPartialEq for TransmitterCryptoSystem
Auto Trait Implementations§
impl Freeze for TransmitterCryptoSystem
impl RefUnwindSafe for TransmitterCryptoSystem
impl Send for TransmitterCryptoSystem
impl Sync for TransmitterCryptoSystem
impl Unpin for TransmitterCryptoSystem
impl UnwindSafe for TransmitterCryptoSystem
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