Enum rlbot::ffi::GameMap[][src]

#[repr(i32)]
pub enum GameMap { DFHStadium, Mannfield, ChampionsField, UrbanCentral, BeckwithPark, UtopiaColiseum, Wasteland, NeoTokyo, AquaDome, StarbaseArc, Farmstead, SaltyShores, DFHStadium_Stormy, DFHStadium_Day, Mannfield_Stormy, Mannfield_Night, ChampionsField_Day, BeckwithPark_Stormy, BeckwithPark_Midnight, UrbanCentral_Night, UrbanCentral_Dawn, UtopiaColiseum_Dusk, DFHStadium_Snowy, Mannfield_Snowy, UtopiaColiseum_Snowy, Badlands, Badlands_Night, TokyoUnderpass, Arctagon, Pillars, Cosmic, DoubleGoal, Octagon, Underpass, UtopiaRetro, Hoops_DunkHouse, DropShot_Core707, ThrowbackStadium, Workshop_Aerial_Map, Workshop_BeachVolley, Workshop_DribblingChallenge2, Workshop_DribblingChallenge, Workshop_ObstacleCourse2, Workshop_ObstacleCourse, Workshop_ShipYarr, }

Variants

Trait Implementations

impl Debug for GameMap
[src]

Formats the value using the given formatter. Read more

impl Copy for GameMap
[src]

impl Clone for GameMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GameMap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GameMap
[src]

impl Hash for GameMap
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for GameMap

impl Sync for GameMap