Struct bwapi_sys::GameType[][src]

#[repr(C)]
pub struct GameType { pub id: c_int, }

Fields

Trait Implementations

impl Copy for GameType
[src]

impl Clone for GameType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GameType

impl Sync for GameType