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

pub struct GameSetup { /* fields omitted */ }

settings for a game

Methods

impl GameSetup
[src]

[src]

create a game setup for the given map

[src]

get the map

Trait Implementations

impl Debug for GameSetup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GameSetup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GameSetup

impl Sync for GameSetup