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