Enum sc2::Race [] [src]

pub enum Race {
    Terran,
    Zerg,
    Protoss,
    Random,
}

race of the player

Variants

Trait Implementations

impl Debug for Race
[src]

[src]

Formats the value using the given formatter.

impl Copy for Race
[src]

impl Clone for Race
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more