Struct sc2::data::GameSetup[][src]

pub struct GameSetup { /* fields omitted */ }

Settings for a game.

Methods

impl GameSetup
[src]

Create a game setup for the given map.

Get the map.

Trait Implementations

impl Debug for GameSetup
[src]

Formats the value using the given formatter. Read more

impl Clone for GameSetup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GameSetup

impl Sync for GameSetup