pub struct OnPlayerAltSelectedArea;Expand description
Called after a player alt-selects an area with a selection-tool item.
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerAltSelectedArea
impl Clone for OnPlayerAltSelectedArea
Source§fn clone(&self) -> OnPlayerAltSelectedArea
fn clone(&self) -> OnPlayerAltSelectedArea
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 OnPlayerAltSelectedArea
Source§impl Debug for OnPlayerAltSelectedArea
impl Debug for OnPlayerAltSelectedArea
impl Eq for OnPlayerAltSelectedArea
Source§impl PartialEq for OnPlayerAltSelectedArea
impl PartialEq for OnPlayerAltSelectedArea
impl StructuralPartialEq for OnPlayerAltSelectedArea
Auto Trait Implementations§
impl Freeze for OnPlayerAltSelectedArea
impl RefUnwindSafe for OnPlayerAltSelectedArea
impl Send for OnPlayerAltSelectedArea
impl Sync for OnPlayerAltSelectedArea
impl Unpin for OnPlayerAltSelectedArea
impl UnsafeUnpin for OnPlayerAltSelectedArea
impl UnwindSafe for OnPlayerAltSelectedArea
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