#[repr(C)]pub struct SEnemyEnterRadarEvent {
pub enemy: c_int,
}
Expand description
This AI event is sent when an enemy unit entered the radar covered area of this team.
Fields§
§enemy: c_int
Trait Implementations§
Source§impl Clone for SEnemyEnterRadarEvent
impl Clone for SEnemyEnterRadarEvent
Source§fn clone(&self) -> SEnemyEnterRadarEvent
fn clone(&self) -> SEnemyEnterRadarEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SEnemyEnterRadarEvent
impl Debug for SEnemyEnterRadarEvent
impl Copy for SEnemyEnterRadarEvent
Auto Trait Implementations§
impl Freeze for SEnemyEnterRadarEvent
impl RefUnwindSafe for SEnemyEnterRadarEvent
impl Send for SEnemyEnterRadarEvent
impl Sync for SEnemyEnterRadarEvent
impl Unpin for SEnemyEnterRadarEvent
impl UnwindSafe for SEnemyEnterRadarEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more