Struct bwapi_sys::Event[][src]

#[repr(C)]
pub struct Event { pub position: Position, pub text: *mut c_void, pub unit: *mut Unit, pub player: *mut Player, pub type_: EventType, pub winner: bool, }

Fields

Trait Implementations

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Event

impl !Sync for Event