pub struct OnCargoPodStartedAscendingEvent {
pub cargo_pod: LuaEntity,
pub name: &'static str,
pub player_index: u32,
pub tick: u32,
}Expand description
Called when a cargo pod departs from a space platform hub or by another method not attached to a rocket.
Fields§
§cargo_pod: LuaEntity§name: &'static str§player_index: u32§tick: u32Trait Implementations§
Source§impl Clone for OnCargoPodStartedAscendingEvent
impl Clone for OnCargoPodStartedAscendingEvent
Source§fn clone(&self) -> OnCargoPodStartedAscendingEvent
fn clone(&self) -> OnCargoPodStartedAscendingEvent
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 OnCargoPodStartedAscendingEvent
Source§impl Default for OnCargoPodStartedAscendingEvent
impl Default for OnCargoPodStartedAscendingEvent
Source§fn default() -> OnCargoPodStartedAscendingEvent
fn default() -> OnCargoPodStartedAscendingEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnCargoPodStartedAscendingEvent
Auto Trait Implementations§
impl Freeze for OnCargoPodStartedAscendingEvent
impl RefUnwindSafe for OnCargoPodStartedAscendingEvent
impl Send for OnCargoPodStartedAscendingEvent
impl Sync for OnCargoPodStartedAscendingEvent
impl Unpin for OnCargoPodStartedAscendingEvent
impl UnsafeUnpin for OnCargoPodStartedAscendingEvent
impl UnwindSafe for OnCargoPodStartedAscendingEvent
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