Struct sc2::GameSettings [] [src]

pub struct GameSettings {
    pub map: Map,
}

settings for a game

Fields

which map to play on

Trait Implementations

impl Debug for GameSettings
[src]

[src]

Formats the value using the given formatter.

impl Clone for GameSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more