pub enum RepairCompleteRepair {
Show 85 variants
NoRepairsPerformed_0,
AllRequestedRepairsPerformed_1,
MotorEngine_10,
Starter_20,
Alternator_30,
Generator_40,
Battery_50,
EnginecoolantLeak_60,
FuelFilter_70,
TransmissionoilLeak_80,
EngineoilLeak_90,
Pumps_100,
Filters_110,
Transmission_120,
Brakes_130,
SuspensionSystem_140,
OilFilter_150,
Hull_1000,
Airframe_1010,
TruckBody_1020,
TankBody_1030,
TrailerBody_1040,
Turret_1050,
Propeller_1500,
Filters_1520,
Wheels_1540,
Tire_1550,
Track_1560,
GunElevationDrive_2000,
GunStabilizationSystem_2010,
GunnersPrimarySight_GPS_2020,
CommandersExtensionToTheGPS_2030,
LoadingMechanism_2040,
GunnersAuxiliarySight_2050,
GunnersControlPanel_2060,
GunnersControlAssemblyHandle_s_2070,
CommandersControlHandlesassembly_2090,
CommandersWeaponStation_2100,
CommandersIndependentThermalViewer_CITV_2110,
GeneralWeapons_2120,
FuelTransferPump_4000,
FuelLines_4010,
Gauges_4020,
GeneralFuelSystem_4030,
ElectronicWarfareSystems_4500,
DetectionSystems_4600,
DetectionSystems_RadioFrequency_4610,
DetectionSystems_Microwave_4620,
DetectionSystems_Infrared_4630,
DetectionSystems_Laser_4640,
RangeFinders_4700,
RangeonlyRadar_4710,
LaserRangeFinder_4720,
ElectronicSystems_4800,
ElectronicsSystems_RadioFrequency_4810,
ElectronicsSystems_Microwave_4820,
ElectronicsSystems_Infrared_4830,
ElectronicsSystems_Laser_4840,
Radios_5000,
CommunicationSystems_5010,
Intercoms_5100,
Encoders_5200,
EncryptionDevices_5250,
Decoders_5300,
DecryptionDevices_5350,
Computers_5500,
NavigationAndControlSystems_6000,
FireControlSystems_6500,
AirSupply_8000,
Filters_8010,
WaterSupply_8020,
RefrigerationSystem_8030,
Chemical_Biological_AndRadiologicalProtection_8040,
WaterWashDownSystems_8050,
DecontaminationSystems_8060,
WaterSupply_9000,
CoolingSystem_9010,
Winches_9020,
Catapults_9030,
Cranes_9040,
Launchers_9050,
LifeBoats_10000,
LandingCraft_10010,
EjectionSeats_10020,
Unspecified(u16),
}Expand description
UID 64
Variants§
NoRepairsPerformed_0
AllRequestedRepairsPerformed_1
MotorEngine_10
Starter_20
Alternator_30
Generator_40
Battery_50
EnginecoolantLeak_60
FuelFilter_70
TransmissionoilLeak_80
EngineoilLeak_90
Pumps_100
Filters_110
Transmission_120
Brakes_130
SuspensionSystem_140
OilFilter_150
Hull_1000
Airframe_1010
TruckBody_1020
TankBody_1030
TrailerBody_1040
Turret_1050
Propeller_1500
Filters_1520
Wheels_1540
Tire_1550
Track_1560
GunElevationDrive_2000
GunStabilizationSystem_2010
GunnersPrimarySight_GPS_2020
CommandersExtensionToTheGPS_2030
LoadingMechanism_2040
GunnersAuxiliarySight_2050
GunnersControlPanel_2060
GunnersControlAssemblyHandle_s_2070
CommandersControlHandlesassembly_2090
CommandersWeaponStation_2100
CommandersIndependentThermalViewer_CITV_2110
GeneralWeapons_2120
FuelTransferPump_4000
FuelLines_4010
Gauges_4020
GeneralFuelSystem_4030
ElectronicWarfareSystems_4500
DetectionSystems_4600
DetectionSystems_RadioFrequency_4610
DetectionSystems_Microwave_4620
DetectionSystems_Infrared_4630
DetectionSystems_Laser_4640
RangeFinders_4700
RangeonlyRadar_4710
LaserRangeFinder_4720
ElectronicSystems_4800
ElectronicsSystems_RadioFrequency_4810
ElectronicsSystems_Microwave_4820
ElectronicsSystems_Infrared_4830
ElectronicsSystems_Laser_4840
Radios_5000
CommunicationSystems_5010
Intercoms_5100
Encoders_5200
EncryptionDevices_5250
Decoders_5300
DecryptionDevices_5350
Computers_5500
FireControlSystems_6500
AirSupply_8000
Filters_8010
WaterSupply_8020
RefrigerationSystem_8030
Chemical_Biological_AndRadiologicalProtection_8040
WaterWashDownSystems_8050
DecontaminationSystems_8060
WaterSupply_9000
CoolingSystem_9010
Winches_9020
Catapults_9030
Cranes_9040
Launchers_9050
LifeBoats_10000
LandingCraft_10010
EjectionSeats_10020
Unspecified(u16)
Trait Implementations§
Source§impl Clone for RepairCompleteRepair
impl Clone for RepairCompleteRepair
Source§fn clone(&self) -> RepairCompleteRepair
fn clone(&self) -> RepairCompleteRepair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RepairCompleteRepair
impl Debug for RepairCompleteRepair
Source§impl Default for RepairCompleteRepair
impl Default for RepairCompleteRepair
Source§impl Display for RepairCompleteRepair
impl Display for RepairCompleteRepair
Source§impl From<RepairCompleteRepair> for u16
impl From<RepairCompleteRepair> for u16
Source§fn from(value: RepairCompleteRepair) -> Self
fn from(value: RepairCompleteRepair) -> Self
Converts to this type from the input type.
Source§impl From<u16> for RepairCompleteRepair
impl From<u16> for RepairCompleteRepair
Source§impl Hash for RepairCompleteRepair
impl Hash for RepairCompleteRepair
Source§impl PartialEq for RepairCompleteRepair
impl PartialEq for RepairCompleteRepair
Source§fn eq(&self, other: &RepairCompleteRepair) -> bool
fn eq(&self, other: &RepairCompleteRepair) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RepairCompleteRepair
impl Eq for RepairCompleteRepair
impl StructuralPartialEq for RepairCompleteRepair
Auto Trait Implementations§
impl Freeze for RepairCompleteRepair
impl RefUnwindSafe for RepairCompleteRepair
impl Send for RepairCompleteRepair
impl Sync for RepairCompleteRepair
impl Unpin for RepairCompleteRepair
impl UnsafeUnpin for RepairCompleteRepair
impl UnwindSafe for RepairCompleteRepair
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