Module rust_sc2::units[][src]

Expand description

Data structures for storing units, fast filtering and finding ones that needed.

Modules

iter

Iterator adaptors for Units.

Structs

AllUnits

Structured collection of all possible units. Can be accessed through units bot’s field.

PlayerUnits

Structured player units (yours or opponent’s).

Units

Convinient Units collection.

Traits

Container

Joins collections functionality to check if given item is present in it. Used in generics of some units methods.