pub enum MunitionDescriptorWarhead {
Show 98 variants
Other,
Cargo_VariableSubmunitions_,
FuelAirExplosive,
GlassBeads,
_1um,
_5um,
_10um,
HighExplosive_HE_,
HE_Plastic,
HE_Incendiary,
HE_Fragmentation,
HE_AntiTank,
HE_Bomblets,
HE_ShapedCharge,
HE_ContinuousRod,
HE_TungstenBall,
HE_BlastFragmentation,
HE_SteerableDartswithHE,
HE_Darts,
HE_Flechettes,
HE_DirectedFragmentation,
HE_SemiArmorPiercing_SAP_,
HE_ShapedChargeFragmentation,
HE_SemiArmorPiercing_Fragmentation,
HE_HollowCharge,
HE_DoubleHollowCharge,
HE_GeneralPurpose,
HE_BlastPenetrator,
HE_RodPenetrator,
HE_AntiPersonnel,
HE_ShapedCharge_Fragmentation_Incendiary,
HE_Penetrator_Blast_Fragmentation,
Smoke,
WP_WhitePhosphorus_,
FOGO_FogOil_,
HC_HexaChloroEthane_,
Illumination,
Practice,
Blank,
Dummy,
Kinetic,
Mines,
Nuclear,
Nuclear_IMT,
Nuclear_VariousYields(u16),
Chemical_General,
Chemical_BlisterAgent,
HD_Mustard_,
ThickenedHD_Mustard_,
DustyHD_Mustard_,
L_Lewisite_,
HN3_NitrogenMustard_,
HL_MustardLewisite_,
CX_PhosgeneOxime_,
DMMP_PhosphateDimethylHydrogen_,
DMHP_Phosphite_,
DMA_DimethylAcrylate_,
DEM,
PX_Pxlene_,
Chemical_BloodAgent,
AC_HCN_,
CK_CNCI_,
CG_Phosgene_,
Chemical_NerveAgent,
VX,
ThickenedVX,
DustyVX,
GA_Tabun_,
ThickenedGA_Tabun_,
DustyGA_Tabun_,
GB_Sarin_,
ThickenedGB_Sarin_,
DustyGB_Sarin_,
GD_Soman_,
ThickenedGD_Soman_,
DustyGD_Soman_,
GF,
ThickenedGF,
DustyGF,
SVX_SovietVX_,
BIS,
TCP,
MS_MethylSalicylate_,
TEP,
H2O_Water_,
TO1_ToxicOrganic1_,
TO2_ToxicOrganic2_,
TO3_ToxicOrganic3_,
SulfurHexafluoride,
AA_AceticAcid_,
HF_HydrofluoricAcid_,
Biological,
Biological_Virus,
Biological_Bacteria,
Biological_Rickettsia,
Biological_GeneticallyModifiedMicroorganisms,
Biological_Toxin,
Unspecified(u16),
}Variants§
Other
Cargo_VariableSubmunitions_
FuelAirExplosive
GlassBeads
_1um
_5um
_10um
HighExplosive_HE_
HE_Plastic
HE_Incendiary
HE_Fragmentation
HE_AntiTank
HE_Bomblets
HE_ShapedCharge
HE_ContinuousRod
HE_TungstenBall
HE_BlastFragmentation
HE_SteerableDartswithHE
HE_Darts
HE_Flechettes
HE_DirectedFragmentation
HE_SemiArmorPiercing_SAP_
HE_ShapedChargeFragmentation
HE_SemiArmorPiercing_Fragmentation
HE_HollowCharge
HE_DoubleHollowCharge
HE_GeneralPurpose
HE_BlastPenetrator
HE_RodPenetrator
HE_AntiPersonnel
HE_ShapedCharge_Fragmentation_Incendiary
HE_Penetrator_Blast_Fragmentation
Smoke
WP_WhitePhosphorus_
FOGO_FogOil_
HC_HexaChloroEthane_
Illumination
Practice
Blank
Dummy
Kinetic
Mines
Nuclear
Nuclear_IMT
Nuclear_VariousYields(u16)
Chemical_General
Chemical_BlisterAgent
HD_Mustard_
ThickenedHD_Mustard_
DustyHD_Mustard_
L_Lewisite_
HN3_NitrogenMustard_
HL_MustardLewisite_
CX_PhosgeneOxime_
DMMP_PhosphateDimethylHydrogen_
DMHP_Phosphite_
DMA_DimethylAcrylate_
DEM
PX_Pxlene_
Chemical_BloodAgent
AC_HCN_
CK_CNCI_
CG_Phosgene_
Chemical_NerveAgent
VX
ThickenedVX
DustyVX
GA_Tabun_
ThickenedGA_Tabun_
DustyGA_Tabun_
GB_Sarin_
ThickenedGB_Sarin_
DustyGB_Sarin_
GD_Soman_
ThickenedGD_Soman_
DustyGD_Soman_
GF
ThickenedGF
DustyGF
SVX_SovietVX_
BIS
TCP
MS_MethylSalicylate_
TEP
H2O_Water_
TO1_ToxicOrganic1_
TO2_ToxicOrganic2_
TO3_ToxicOrganic3_
SulfurHexafluoride
AA_AceticAcid_
HF_HydrofluoricAcid_
Biological
Biological_Virus
Biological_Bacteria
Biological_Rickettsia
Biological_GeneticallyModifiedMicroorganisms
Biological_Toxin
Unspecified(u16)
Trait Implementations§
source§impl Clone for MunitionDescriptorWarhead
impl Clone for MunitionDescriptorWarhead
source§fn clone(&self) -> MunitionDescriptorWarhead
fn clone(&self) -> MunitionDescriptorWarhead
Returns a copy 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 MunitionDescriptorWarhead
impl Debug for MunitionDescriptorWarhead
source§impl Default for MunitionDescriptorWarhead
impl Default for MunitionDescriptorWarhead
source§impl Display for MunitionDescriptorWarhead
impl Display for MunitionDescriptorWarhead
source§impl From<MunitionDescriptorWarhead> for u16
impl From<MunitionDescriptorWarhead> for u16
source§fn from(value: MunitionDescriptorWarhead) -> Self
fn from(value: MunitionDescriptorWarhead) -> Self
Converts to this type from the input type.
source§impl From<u16> for MunitionDescriptorWarhead
impl From<u16> for MunitionDescriptorWarhead
source§impl Hash for MunitionDescriptorWarhead
impl Hash for MunitionDescriptorWarhead
source§impl PartialEq for MunitionDescriptorWarhead
impl PartialEq for MunitionDescriptorWarhead
source§fn eq(&self, other: &MunitionDescriptorWarhead) -> bool
fn eq(&self, other: &MunitionDescriptorWarhead) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MunitionDescriptorWarhead
impl Eq for MunitionDescriptorWarhead
impl StructuralEq for MunitionDescriptorWarhead
impl StructuralPartialEq for MunitionDescriptorWarhead
Auto Trait Implementations§
impl RefUnwindSafe for MunitionDescriptorWarhead
impl Send for MunitionDescriptorWarhead
impl Sync for MunitionDescriptorWarhead
impl Unpin for MunitionDescriptorWarhead
impl UnwindSafe for MunitionDescriptorWarhead
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