pub enum AggregateStateSubcategory {
Show 24 variants
Other,
CavalryTroop,
Armor,
Infantry,
MechanizedInfantry,
Cavalry,
ArmoredCavalry,
Artillery,
SelfPropelledArtillery,
CloseAirSupport,
Engineer,
AirDefenseArtillery,
AntiTank,
ArmyAviationFixedwing,
ArmyAviationRotarywing,
ArmyAttackHelicopter,
AirCavalry,
ArmorHeavyTaskForce,
MotorizedRifle,
MechanizedHeavyTaskForce,
CommandPost,
CEWI,
TankOnly,
Unspecified(u8),
}Expand description
UID 208
Variants§
Other
CavalryTroop
Armor
Infantry
MechanizedInfantry
Cavalry
ArmoredCavalry
Artillery
SelfPropelledArtillery
CloseAirSupport
Engineer
AirDefenseArtillery
AntiTank
ArmyAviationFixedwing
ArmyAviationRotarywing
ArmyAttackHelicopter
AirCavalry
ArmorHeavyTaskForce
MotorizedRifle
MechanizedHeavyTaskForce
CommandPost
CEWI
TankOnly
Unspecified(u8)
Trait Implementations§
Source§impl Clone for AggregateStateSubcategory
impl Clone for AggregateStateSubcategory
Source§fn clone(&self) -> AggregateStateSubcategory
fn clone(&self) -> AggregateStateSubcategory
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 AggregateStateSubcategory
impl Debug for AggregateStateSubcategory
Source§impl Default for AggregateStateSubcategory
impl Default for AggregateStateSubcategory
Source§impl Display for AggregateStateSubcategory
impl Display for AggregateStateSubcategory
Source§impl From<AggregateStateSubcategory> for u8
impl From<AggregateStateSubcategory> for u8
Source§fn from(value: AggregateStateSubcategory) -> Self
fn from(value: AggregateStateSubcategory) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AggregateStateSubcategory
impl From<u8> for AggregateStateSubcategory
Source§impl Hash for AggregateStateSubcategory
impl Hash for AggregateStateSubcategory
impl Copy for AggregateStateSubcategory
impl Eq for AggregateStateSubcategory
impl StructuralPartialEq for AggregateStateSubcategory
Auto Trait Implementations§
impl Freeze for AggregateStateSubcategory
impl RefUnwindSafe for AggregateStateSubcategory
impl Send for AggregateStateSubcategory
impl Sync for AggregateStateSubcategory
impl Unpin for AggregateStateSubcategory
impl UnwindSafe for AggregateStateSubcategory
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