pub struct OnSectorScannedEvent {
pub area: LuaAny,
pub chunk_position: LuaAny,
pub name: &'static str,
pub radar: LuaEntity,
pub tick: u32,
}Expand description
Called when an entity of type radar finishes scanning a sector.
Fields§
§area: LuaAny§chunk_position: LuaAny§name: &'static str§radar: LuaEntity§tick: u32Trait Implementations§
Source§impl Clone for OnSectorScannedEvent
impl Clone for OnSectorScannedEvent
Source§fn clone(&self) -> OnSectorScannedEvent
fn clone(&self) -> OnSectorScannedEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnSectorScannedEvent
Source§impl Debug for OnSectorScannedEvent
impl Debug for OnSectorScannedEvent
Source§impl Default for OnSectorScannedEvent
impl Default for OnSectorScannedEvent
Source§fn default() -> OnSectorScannedEvent
fn default() -> OnSectorScannedEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for OnSectorScannedEvent
impl PartialEq for OnSectorScannedEvent
impl StructuralPartialEq for OnSectorScannedEvent
Auto Trait Implementations§
impl Freeze for OnSectorScannedEvent
impl RefUnwindSafe for OnSectorScannedEvent
impl Send for OnSectorScannedEvent
impl Sync for OnSectorScannedEvent
impl Unpin for OnSectorScannedEvent
impl UnsafeUnpin for OnSectorScannedEvent
impl UnwindSafe for OnSectorScannedEvent
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