pub struct OnTechnologyEffectsResetEvent {
pub force: LuaForce,
pub name: &'static str,
pub tick: u32,
}Expand description
Called when LuaForce::reset_technology_effects is finished.
Fields§
§force: LuaForce§name: &'static str§tick: u32Trait Implementations§
Source§impl Clone for OnTechnologyEffectsResetEvent
impl Clone for OnTechnologyEffectsResetEvent
Source§fn clone(&self) -> OnTechnologyEffectsResetEvent
fn clone(&self) -> OnTechnologyEffectsResetEvent
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 OnTechnologyEffectsResetEvent
Source§impl Default for OnTechnologyEffectsResetEvent
impl Default for OnTechnologyEffectsResetEvent
Source§fn default() -> OnTechnologyEffectsResetEvent
fn default() -> OnTechnologyEffectsResetEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnTechnologyEffectsResetEvent
Auto Trait Implementations§
impl Freeze for OnTechnologyEffectsResetEvent
impl RefUnwindSafe for OnTechnologyEffectsResetEvent
impl Send for OnTechnologyEffectsResetEvent
impl Sync for OnTechnologyEffectsResetEvent
impl Unpin for OnTechnologyEffectsResetEvent
impl UnsafeUnpin for OnTechnologyEffectsResetEvent
impl UnwindSafe for OnTechnologyEffectsResetEvent
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