#[repr(u32)]
pub enum BWAPI_UnitCommandTypes_Enum_Enum {
Show 47 variants Attack_Move = 0, Attack_Unit = 1, Build = 2, Build_Addon = 3, Train = 4, Morph = 5, Research = 6, Upgrade = 7, Set_Rally_Position = 8, Set_Rally_Unit = 9, Move = 10, Patrol = 11, Hold_Position = 12, Stop = 13, Follow = 14, Gather = 15, Return_Cargo = 16, Repair = 17, Burrow = 18, Unburrow = 19, Cloak = 20, Decloak = 21, Siege = 22, Unsiege = 23, Lift = 24, Land = 25, Load = 26, Unload = 27, Unload_All = 28, Unload_All_Position = 29, Right_Click_Position = 30, Right_Click_Unit = 31, Halt_Construction = 32, Cancel_Construction = 33, Cancel_Addon = 34, Cancel_Train = 35, Cancel_Train_Slot = 36, Cancel_Morph = 37, Cancel_Research = 38, Cancel_Upgrade = 39, Use_Tech = 40, Use_Tech_Position = 41, Use_Tech_Unit = 42, Place_COP = 43, None = 44, Unknown = 45, MAX = 46,
}
Expand description
Enumeration of valid unit command types. @see UnitCommandType

Variants§

§

Attack_Move = 0

§

Attack_Unit = 1

§

Build = 2

§

Build_Addon = 3

§

Train = 4

§

Morph = 5

§

Research = 6

§

Upgrade = 7

§

Set_Rally_Position = 8

§

Set_Rally_Unit = 9

§

Move = 10

§

Patrol = 11

§

Hold_Position = 12

§

Stop = 13

§

Follow = 14

§

Gather = 15

§

Return_Cargo = 16

§

Repair = 17

§

Burrow = 18

§

Unburrow = 19

§

Cloak = 20

§

Decloak = 21

§

Siege = 22

§

Unsiege = 23

§

Lift = 24

§

Land = 25

§

Load = 26

§

Unload = 27

§

Unload_All = 28

§

Unload_All_Position = 29

§

Right_Click_Position = 30

§

Right_Click_Unit = 31

§

Halt_Construction = 32

§

Cancel_Construction = 33

§

Cancel_Addon = 34

§

Cancel_Train = 35

§

Cancel_Train_Slot = 36

§

Cancel_Morph = 37

§

Cancel_Research = 38

§

Cancel_Upgrade = 39

§

Use_Tech = 40

§

Use_Tech_Position = 41

§

Use_Tech_Unit = 42

§

Place_COP = 43

§

None = 44

§

Unknown = 45

§

MAX = 46

Trait Implementations§

source§

impl Clone for BWAPI_UnitCommandTypes_Enum_Enum

source§

fn clone(&self) -> BWAPI_UnitCommandTypes_Enum_Enum

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BWAPI_UnitCommandTypes_Enum_Enum

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromPrimitive for BWAPI_UnitCommandTypes_Enum_Enum

source§

fn from_i64(n: i64) -> Option<Self>

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u64(n: u64) -> Option<Self>

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_isize(n: isize) -> Option<Self>

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i8(n: i8) -> Option<Self>

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i16(n: i16) -> Option<Self>

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i32(n: i32) -> Option<Self>

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_i128(n: i128) -> Option<Self>

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_usize(n: usize) -> Option<Self>

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u8(n: u8) -> Option<Self>

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u16(n: u16) -> Option<Self>

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u32(n: u32) -> Option<Self>

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_u128(n: u128) -> Option<Self>

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

fn from_f32(n: f32) -> Option<Self>

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned.
source§

fn from_f64(n: f64) -> Option<Self>

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more
source§

impl Hash for BWAPI_UnitCommandTypes_Enum_Enum

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for BWAPI_UnitCommandTypes_Enum_Enum

source§

fn eq(&self, other: &BWAPI_UnitCommandTypes_Enum_Enum) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for BWAPI_UnitCommandTypes_Enum_Enum

source§

impl Eq for BWAPI_UnitCommandTypes_Enum_Enum

source§

impl StructuralPartialEq for BWAPI_UnitCommandTypes_Enum_Enum

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> TypeFrom for T
where T: FromPrimitive,

source§

fn new(i: i32) -> T