Struct bwapi_sys::PlayerType[][src]

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

Fields

Trait Implementations

impl Copy for PlayerType
[src]

impl Clone for PlayerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PlayerType

impl Sync for PlayerType