#[repr(C)]pub struct SEnemyLeaveRadarEvent {
pub enemy: c_int,
}
Expand description
This AI event is sent when an enemy unit left the radar covered area of this team.
Fields§
§enemy: c_int
Trait Implementations§
Source§impl Clone for SEnemyLeaveRadarEvent
impl Clone for SEnemyLeaveRadarEvent
Source§fn clone(&self) -> SEnemyLeaveRadarEvent
fn clone(&self) -> SEnemyLeaveRadarEvent
Returns a duplicate 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 SEnemyLeaveRadarEvent
impl Debug for SEnemyLeaveRadarEvent
impl Copy for SEnemyLeaveRadarEvent
Auto Trait Implementations§
impl Freeze for SEnemyLeaveRadarEvent
impl RefUnwindSafe for SEnemyLeaveRadarEvent
impl Send for SEnemyLeaveRadarEvent
impl Sync for SEnemyLeaveRadarEvent
impl Unpin for SEnemyLeaveRadarEvent
impl UnwindSafe for SEnemyLeaveRadarEvent
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