Struct bwapi_sys::UnitCommandType [−][src]
#[repr(C)]pub struct UnitCommandType { pub id: c_int, }
Fields
id: c_int
Trait Implementations
impl Copy for UnitCommandType[src]
impl Copy for UnitCommandTypeimpl Clone for UnitCommandType[src]
impl Clone for UnitCommandTypefn clone(&self) -> UnitCommandType[src]
fn clone(&self) -> UnitCommandTypeReturns 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 UnitCommandType
impl Send for UnitCommandTypeimpl Sync for UnitCommandType
impl Sync for UnitCommandType