pub enum RadioSubcategory {
Show 60 variants
Other = 0,
JointElectronicsTypeDesignationSystemNonspecificSeries = 1,
ManufacturerDesignation = 2,
NationalDesignation = 3,
JETDSARCSet1 = 11,
JETDSARCSet2 = 12,
JETDSARCSet3 = 13,
JETDSARCSet4 = 14,
JETDSBRCSet1 = 15,
JETDSBRCSet2 = 16,
JETDSBRCSet3 = 17,
JETDSBRCSet4 = 18,
JETDSCRCSet1 = 19,
JETDSCRCSet2 = 20,
JETDSCRCSet3 = 21,
JETDSCRCSet4 = 22,
JETDSDRCSet1 = 23,
JETDSDRCSet2 = 24,
JETDSDRCSet3 = 25,
JETDSDRCSet4 = 26,
JETDSFRCSet1 = 27,
JETDSFRCSet2 = 28,
JETDSFRCSet3 = 29,
JETDSFRCSet4 = 30,
JETDSGRCSet1 = 31,
JETDSGRCSet2 = 32,
JETDSGRCSet3 = 33,
JETDSGRCSet4 = 34,
JETDSKRCSet1 = 35,
JETDSKRCSet2 = 36,
JETDSKRCSet3 = 37,
JETDSKRCSet4 = 38,
JETDSMRCSet1 = 39,
JETDSMRCSet2 = 40,
JETDSMRCSet3 = 41,
JETDSMRCSet4 = 42,
JETDSPRCSet1 = 43,
JETDSPRCSet2 = 44,
JETDSPRCSet3 = 45,
JETDSPRCSet4 = 46,
JETDSSRCSet1 = 47,
JETDSSRCSet2 = 48,
JETDSSRCSet3 = 49,
JETDSSRCSet4 = 50,
JETDSTRCSet1 = 51,
JETDSTRCSet2 = 52,
JETDSTRCSet3 = 53,
JETDSTRCSet4 = 54,
JETDSVRCSet1 = 55,
JETDSVRCSet2 = 56,
JETDSVRCSet3 = 57,
JETDSVRCSet4 = 58,
JETDSWRCSet1 = 59,
JETDSWRCSet2 = 60,
JETDSWRCSet3 = 61,
JETDSWRCSet4 = 62,
JETDSZRCSet1 = 63,
JETDSZRCSet2 = 64,
JETDSZRCSet3 = 65,
JETDSZRCSet4 = 66,
}
Variants§
Other = 0
JointElectronicsTypeDesignationSystemNonspecificSeries = 1
ManufacturerDesignation = 2
NationalDesignation = 3
JETDSARCSet1 = 11
JETDSARCSet2 = 12
JETDSARCSet3 = 13
JETDSARCSet4 = 14
JETDSBRCSet1 = 15
JETDSBRCSet2 = 16
JETDSBRCSet3 = 17
JETDSBRCSet4 = 18
JETDSCRCSet1 = 19
JETDSCRCSet2 = 20
JETDSCRCSet3 = 21
JETDSCRCSet4 = 22
JETDSDRCSet1 = 23
JETDSDRCSet2 = 24
JETDSDRCSet3 = 25
JETDSDRCSet4 = 26
JETDSFRCSet1 = 27
JETDSFRCSet2 = 28
JETDSFRCSet3 = 29
JETDSFRCSet4 = 30
JETDSGRCSet1 = 31
JETDSGRCSet2 = 32
JETDSGRCSet3 = 33
JETDSGRCSet4 = 34
JETDSKRCSet1 = 35
JETDSKRCSet2 = 36
JETDSKRCSet3 = 37
JETDSKRCSet4 = 38
JETDSMRCSet1 = 39
JETDSMRCSet2 = 40
JETDSMRCSet3 = 41
JETDSMRCSet4 = 42
JETDSPRCSet1 = 43
JETDSPRCSet2 = 44
JETDSPRCSet3 = 45
JETDSPRCSet4 = 46
JETDSSRCSet1 = 47
JETDSSRCSet2 = 48
JETDSSRCSet3 = 49
JETDSSRCSet4 = 50
JETDSTRCSet1 = 51
JETDSTRCSet2 = 52
JETDSTRCSet3 = 53
JETDSTRCSet4 = 54
JETDSVRCSet1 = 55
JETDSVRCSet2 = 56
JETDSVRCSet3 = 57
JETDSVRCSet4 = 58
JETDSWRCSet1 = 59
JETDSWRCSet2 = 60
JETDSWRCSet3 = 61
JETDSWRCSet4 = 62
JETDSZRCSet1 = 63
JETDSZRCSet2 = 64
JETDSZRCSet3 = 65
JETDSZRCSet4 = 66
Implementations§
Trait Implementations§
Source§impl Clone for RadioSubcategory
impl Clone for RadioSubcategory
Source§fn clone(&self) -> RadioSubcategory
fn clone(&self) -> RadioSubcategory
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 RadioSubcategory
impl Debug for RadioSubcategory
Source§impl Default for RadioSubcategory
impl Default for RadioSubcategory
Source§fn default() -> RadioSubcategory
fn default() -> RadioSubcategory
Returns the “default value” for a type. Read more
Source§impl FromPrimitive for RadioSubcategory
impl FromPrimitive for RadioSubcategory
Source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Converts an
i64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Converts an
u64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Converts an
isize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Converts an
i8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Converts an
i16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Converts an
i32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i128(n: i128) -> Option<Self>
fn from_i128(n: i128) -> Option<Self>
Converts an
i128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Converts a
usize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Converts an
u8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u16(n: u16) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
Converts an
u16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u32(n: u32) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
Converts an
u32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u128(n: u128) -> Option<Self>
fn from_u128(n: u128) -> Option<Self>
Converts an
u128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§impl PartialEq for RadioSubcategory
impl PartialEq for RadioSubcategory
impl Copy for RadioSubcategory
impl StructuralPartialEq for RadioSubcategory
Auto Trait Implementations§
impl Freeze for RadioSubcategory
impl RefUnwindSafe for RadioSubcategory
impl Send for RadioSubcategory
impl Sync for RadioSubcategory
impl Unpin for RadioSubcategory
impl UnwindSafe for RadioSubcategory
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