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