Enum sc2::data::Race [−][src]
pub enum Race {
Terran,
Zerg,
Protoss,
Random,
}Race of the player.
Variants
TerranZergProtossRandom
Trait Implementations
impl Debug for Race[src]
impl Debug for Racefn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Race[src]
impl Copy for Raceimpl Clone for Race[src]
impl Clone for Race