Struct bwapi_sys::PlayerType [−][src]
#[repr(C)]pub struct PlayerType { pub id: c_int, }
Fields
id: c_int
Trait Implementations
impl Copy for PlayerType[src]
impl Copy for PlayerTypeimpl Clone for PlayerType[src]
impl Clone for PlayerTypefn clone(&self) -> PlayerType[src]
fn clone(&self) -> PlayerTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for PlayerType
impl Send for PlayerTypeimpl Sync for PlayerType
impl Sync for PlayerType