pub struct LuaSegmentedUnitDestroyParams {
pub raise_destroy: bool,
}Expand description
Destroys the segmented unit.
Fields§
§raise_destroy: boolIf true, script_raised_destroy_segmented_unit will be called. Defaults to false.
Trait Implementations§
Source§impl Clone for LuaSegmentedUnitDestroyParams
impl Clone for LuaSegmentedUnitDestroyParams
Source§fn clone(&self) -> LuaSegmentedUnitDestroyParams
fn clone(&self) -> LuaSegmentedUnitDestroyParams
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 LuaSegmentedUnitDestroyParams
impl Default for LuaSegmentedUnitDestroyParams
Source§fn default() -> LuaSegmentedUnitDestroyParams
fn default() -> LuaSegmentedUnitDestroyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaSegmentedUnitDestroyParams
impl RefUnwindSafe for LuaSegmentedUnitDestroyParams
impl Send for LuaSegmentedUnitDestroyParams
impl Sync for LuaSegmentedUnitDestroyParams
impl Unpin for LuaSegmentedUnitDestroyParams
impl UnsafeUnpin for LuaSegmentedUnitDestroyParams
impl UnwindSafe for LuaSegmentedUnitDestroyParams
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