pub struct OnSpiderCommandCompletedEvent {
pub name: &'static str,
pub tick: u32,
pub vehicle: LuaEntity,
}Expand description
Called when a spider finishes moving to its autopilot position.
Fields§
§name: &'static str§tick: u32§vehicle: LuaEntityTrait Implementations§
Source§impl Clone for OnSpiderCommandCompletedEvent
impl Clone for OnSpiderCommandCompletedEvent
Source§fn clone(&self) -> OnSpiderCommandCompletedEvent
fn clone(&self) -> OnSpiderCommandCompletedEvent
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 OnSpiderCommandCompletedEvent
Source§impl Default for OnSpiderCommandCompletedEvent
impl Default for OnSpiderCommandCompletedEvent
Source§fn default() -> OnSpiderCommandCompletedEvent
fn default() -> OnSpiderCommandCompletedEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnSpiderCommandCompletedEvent
Auto Trait Implementations§
impl Freeze for OnSpiderCommandCompletedEvent
impl RefUnwindSafe for OnSpiderCommandCompletedEvent
impl Send for OnSpiderCommandCompletedEvent
impl Sync for OnSpiderCommandCompletedEvent
impl Unpin for OnSpiderCommandCompletedEvent
impl UnsafeUnpin for OnSpiderCommandCompletedEvent
impl UnwindSafe for OnSpiderCommandCompletedEvent
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