pub enum EventType {
Show 20 variants
Other,
RanOutOfAmmunition,
KilledInAction_KIA_,
Damage,
MobilityDisabled,
FireDisabled,
RanOutOfFuel,
EntityInitialization,
RequestForIndirectFireOrCASMission,
IndirectFireOrCASFire,
MinefieldEntry,
MinefieldDetonation,
VehicleMasterPowerOn,
VehicleMasterPowerOff,
AggregateStateChangeRequested,
PreventCollisionDetonation,
OwnershipReport,
RadarPerception,
Detect,
Unspecified(u32),
}Expand description
UID 73
Variants§
Other
RanOutOfAmmunition
KilledInAction_KIA_
Damage
MobilityDisabled
FireDisabled
RanOutOfFuel
EntityInitialization
RequestForIndirectFireOrCASMission
IndirectFireOrCASFire
MinefieldEntry
MinefieldDetonation
VehicleMasterPowerOn
VehicleMasterPowerOff
AggregateStateChangeRequested
PreventCollisionDetonation
OwnershipReport
RadarPerception
Detect
Unspecified(u32)
Trait Implementations§
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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