pub struct LuaBootstrapRaiseScriptDestroyParams {
pub entity: LuaEntity,
}Fields§
§entity: LuaEntityThe entity that was destroyed.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaiseScriptDestroyParams
impl Clone for LuaBootstrapRaiseScriptDestroyParams
Source§fn clone(&self) -> LuaBootstrapRaiseScriptDestroyParams
fn clone(&self) -> LuaBootstrapRaiseScriptDestroyParams
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 moreSource§impl Default for LuaBootstrapRaiseScriptDestroyParams
impl Default for LuaBootstrapRaiseScriptDestroyParams
Source§fn default() -> LuaBootstrapRaiseScriptDestroyParams
fn default() -> LuaBootstrapRaiseScriptDestroyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaiseScriptDestroyParams
impl RefUnwindSafe for LuaBootstrapRaiseScriptDestroyParams
impl Send for LuaBootstrapRaiseScriptDestroyParams
impl Sync for LuaBootstrapRaiseScriptDestroyParams
impl Unpin for LuaBootstrapRaiseScriptDestroyParams
impl UnsafeUnpin for LuaBootstrapRaiseScriptDestroyParams
impl UnwindSafe for LuaBootstrapRaiseScriptDestroyParams
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