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