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