pub struct OnPlayerUsedSpidertronRemoteEvent {
pub name: &'static str,
pub player_index: u32,
pub position: MapPosition,
pub tick: u32,
}Expand description
Called when a player uses spidertron remote to send all selected units to a given position
Fields§
§name: &'static str§player_index: u32§position: MapPosition§tick: u32Trait Implementations§
Source§impl Clone for OnPlayerUsedSpidertronRemoteEvent
impl Clone for OnPlayerUsedSpidertronRemoteEvent
Source§fn clone(&self) -> OnPlayerUsedSpidertronRemoteEvent
fn clone(&self) -> OnPlayerUsedSpidertronRemoteEvent
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 OnPlayerUsedSpidertronRemoteEvent
Source§impl Default for OnPlayerUsedSpidertronRemoteEvent
impl Default for OnPlayerUsedSpidertronRemoteEvent
Source§fn default() -> OnPlayerUsedSpidertronRemoteEvent
fn default() -> OnPlayerUsedSpidertronRemoteEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnPlayerUsedSpidertronRemoteEvent
Auto Trait Implementations§
impl Freeze for OnPlayerUsedSpidertronRemoteEvent
impl RefUnwindSafe for OnPlayerUsedSpidertronRemoteEvent
impl Send for OnPlayerUsedSpidertronRemoteEvent
impl Sync for OnPlayerUsedSpidertronRemoteEvent
impl Unpin for OnPlayerUsedSpidertronRemoteEvent
impl UnsafeUnpin for OnPlayerUsedSpidertronRemoteEvent
impl UnwindSafe for OnPlayerUsedSpidertronRemoteEvent
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