Struct bwapi_sys::UnitCommandType[][src]

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

Fields

Trait Implementations

impl Copy for UnitCommandType
[src]

impl Clone for UnitCommandType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations