pub struct OnCargoPodFinishedDescendingEvent {
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 pods lands on a surface, either at a station or on the ground.
Fields§
§cargo_pod: LuaEntity§launched_by_rocket: bool§name: &'static str§player_index: u32§tick: u32Trait Implementations§
Source§impl Clone for OnCargoPodFinishedDescendingEvent
impl Clone for OnCargoPodFinishedDescendingEvent
Source§fn clone(&self) -> OnCargoPodFinishedDescendingEvent
fn clone(&self) -> OnCargoPodFinishedDescendingEvent
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 OnCargoPodFinishedDescendingEvent
Source§impl Default for OnCargoPodFinishedDescendingEvent
impl Default for OnCargoPodFinishedDescendingEvent
Source§fn default() -> OnCargoPodFinishedDescendingEvent
fn default() -> OnCargoPodFinishedDescendingEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnCargoPodFinishedDescendingEvent
Auto Trait Implementations§
impl Freeze for OnCargoPodFinishedDescendingEvent
impl RefUnwindSafe for OnCargoPodFinishedDescendingEvent
impl Send for OnCargoPodFinishedDescendingEvent
impl Sync for OnCargoPodFinishedDescendingEvent
impl Unpin for OnCargoPodFinishedDescendingEvent
impl UnsafeUnpin for OnCargoPodFinishedDescendingEvent
impl UnwindSafe for OnCargoPodFinishedDescendingEvent
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