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