pub struct OnSectorScanned;Expand description
Called when an entity of type radar finishes scanning a sector.
Implementations§
Trait Implementations§
Source§impl Clone for OnSectorScanned
impl Clone for OnSectorScanned
Source§fn clone(&self) -> OnSectorScanned
fn clone(&self) -> OnSectorScanned
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 OnSectorScanned
Source§impl Debug for OnSectorScanned
impl Debug for OnSectorScanned
impl Eq for OnSectorScanned
Source§impl PartialEq for OnSectorScanned
impl PartialEq for OnSectorScanned
impl StructuralPartialEq for OnSectorScanned
Auto Trait Implementations§
impl Freeze for OnSectorScanned
impl RefUnwindSafe for OnSectorScanned
impl Send for OnSectorScanned
impl Sync for OnSectorScanned
impl Unpin for OnSectorScanned
impl UnsafeUnpin for OnSectorScanned
impl UnwindSafe for OnSectorScanned
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