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