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