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