#[repr(u16)]pub enum IconType {
Show 54 variants
StaticBase = 5,
StaticBase2 = 6,
StaticBase3 = 7,
ForwardBase1 = 8,
ForwardBase2 = 9,
ForwardBase3 = 10,
Hospital = 11,
VehicleFactory = 12,
Armory = 13,
SupplyStation = 14,
Workshop = 15,
ManufacturingPlant = 16,
Refinery = 17,
Shipyard = 18,
TechCenter = 19,
SalvageField = 20,
ComponentField = 21,
FuelField = 22,
SulfurField = 23,
WorldMapTent = 24,
TravelTent = 25,
TrainingArea = 26,
SpecialBase = 27,
ObservationTower = 28,
Fort = 29,
TroopShip = 30,
SulfurMine = 32,
StorageFacility = 33,
Factory = 34,
GarrisonStation = 35,
AmmoFactory = 36,
RocketSite = 37,
SalvageMine = 38,
ConstructionYard = 39,
ComponentMine = 40,
OilWell = 41,
RelicBase1 = 45,
RelicBase2 = 46,
RelicBase3 = 47,
MassProductionFactory = 51,
Seaport = 52,
CoastalGun = 53,
SoulFactory = 54,
TownBase1 = 56,
TownBase2 = 57,
TownBase3 = 58,
StormCannon = 59,
IntelCenter = 60,
CoalField = 61,
OilField = 62,
RocketTarget = 70,
RocketGroundZero = 71,
RocketSiteWithRocket = 72,
FacilityMineOilRig = 75,
}
Expand description
The type of icon for a map item.
This includes a mapping of the icon type to the underlying number used by the API.
Variants§
StaticBase = 5
StaticBase2 = 6
StaticBase3 = 7
ForwardBase1 = 8
ForwardBase2 = 9
ForwardBase3 = 10
Hospital = 11
VehicleFactory = 12
Armory = 13
SupplyStation = 14
Workshop = 15
ManufacturingPlant = 16
Refinery = 17
Shipyard = 18
TechCenter = 19
SalvageField = 20
ComponentField = 21
FuelField = 22
SulfurField = 23
WorldMapTent = 24
TravelTent = 25
TrainingArea = 26
SpecialBase = 27
ObservationTower = 28
Fort = 29
TroopShip = 30
SulfurMine = 32
StorageFacility = 33
Factory = 34
GarrisonStation = 35
AmmoFactory = 36
RocketSite = 37
SalvageMine = 38
ConstructionYard = 39
ComponentMine = 40
OilWell = 41
RelicBase1 = 45
RelicBase2 = 46
RelicBase3 = 47
MassProductionFactory = 51
Seaport = 52
CoastalGun = 53
SoulFactory = 54
TownBase1 = 56
TownBase2 = 57
TownBase3 = 58
StormCannon = 59
IntelCenter = 60
CoalField = 61
OilField = 62
RocketTarget = 70
RocketGroundZero = 71
RocketSiteWithRocket = 72
FacilityMineOilRig = 75
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IconType
impl<'de> Deserialize<'de> for IconType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for IconType
Auto Trait Implementations§
impl Freeze for IconType
impl RefUnwindSafe for IconType
impl Send for IconType
impl Sync for IconType
impl Unpin for IconType
impl UnwindSafe for IconType
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