Enum sc2::data::Difficulty [−][src]
pub enum Difficulty {
VeryEasy,
Easy,
Medium,
MediumHard,
Hard,
Harder,
VeryHard,
CheatVision,
CheatMoney,
CheatInsane,
}Difficulty setting for built-in StarCraft II AI.
Variants
VeryEasyEasyMediumMediumHardHardHarderVeryHardCheatVisionCheatMoneyCheatInsane
Methods
impl Difficulty[src]
impl DifficultyTrait Implementations
impl Debug for Difficulty[src]
impl Debug for Difficultyfn 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 Difficulty[src]
impl Copy for Difficultyimpl Clone for Difficulty[src]
impl Clone for Difficultyfn clone(&self) -> Difficulty[src]
fn clone(&self) -> DifficultyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for Difficulty
impl Send for Difficultyimpl Sync for Difficulty
impl Sync for Difficulty