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