pub struct OnCargoPodFinishedAscendingEvent {
pub cargo_pod: LuaEntity,
pub launched_by_rocket: bool,
pub name: &'static str,
pub player_index: u32,
pub tick: u32,
}Expand description
Called when a cargo pod departs a surface.
Fields§
§cargo_pod: LuaEntity§launched_by_rocket: bool§name: &'static str§player_index: u32§tick: u32Trait Implementations§
Source§impl Clone for OnCargoPodFinishedAscendingEvent
impl Clone for OnCargoPodFinishedAscendingEvent
Source§fn clone(&self) -> OnCargoPodFinishedAscendingEvent
fn clone(&self) -> OnCargoPodFinishedAscendingEvent
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 OnCargoPodFinishedAscendingEvent
Source§impl Default for OnCargoPodFinishedAscendingEvent
impl Default for OnCargoPodFinishedAscendingEvent
Source§fn default() -> OnCargoPodFinishedAscendingEvent
fn default() -> OnCargoPodFinishedAscendingEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnCargoPodFinishedAscendingEvent
Auto Trait Implementations§
impl Freeze for OnCargoPodFinishedAscendingEvent
impl RefUnwindSafe for OnCargoPodFinishedAscendingEvent
impl Send for OnCargoPodFinishedAscendingEvent
impl Sync for OnCargoPodFinishedAscendingEvent
impl Unpin for OnCargoPodFinishedAscendingEvent
impl UnsafeUnpin for OnCargoPodFinishedAscendingEvent
impl UnwindSafe for OnCargoPodFinishedAscendingEvent
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