pub struct OnPlayerUsedSpidertronRemote;Expand description
Called when a player uses spidertron remote to send all selected units to a given position
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerUsedSpidertronRemote
impl Clone for OnPlayerUsedSpidertronRemote
Source§fn clone(&self) -> OnPlayerUsedSpidertronRemote
fn clone(&self) -> OnPlayerUsedSpidertronRemote
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 OnPlayerUsedSpidertronRemote
Source§impl Debug for OnPlayerUsedSpidertronRemote
impl Debug for OnPlayerUsedSpidertronRemote
impl Eq for OnPlayerUsedSpidertronRemote
impl StructuralPartialEq for OnPlayerUsedSpidertronRemote
Auto Trait Implementations§
impl Freeze for OnPlayerUsedSpidertronRemote
impl RefUnwindSafe for OnPlayerUsedSpidertronRemote
impl Send for OnPlayerUsedSpidertronRemote
impl Sync for OnPlayerUsedSpidertronRemote
impl Unpin for OnPlayerUsedSpidertronRemote
impl UnsafeUnpin for OnPlayerUsedSpidertronRemote
impl UnwindSafe for OnPlayerUsedSpidertronRemote
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