Struct bwapi_sys::UnitCommand[][src]

#[repr(C)]
pub struct UnitCommand { pub unit: *mut Unit, pub type_: UnitCommandType, pub target: *mut Unit, pub x: c_int, pub y: c_int, pub extra: c_int, }

Fields

Trait Implementations

impl Copy for UnitCommand
[src]

impl Clone for UnitCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for UnitCommand

impl !Sync for UnitCommand