pub struct LuaSpacePlatformDestroyAsteroidChunksParams {
pub area: BoundingBox,
pub invert: bool,
pub limit: u32,
pub name: LuaAny,
pub position: MapPosition,
}Expand description
Destroys all asteroid chunks from the given area. If no area and no position are given, then the entire surface is searched.
Fields§
§area: BoundingBox§invert: boolIf the filters should be inverted.
limit: u32§name: LuaAny§position: MapPositionTrait Implementations§
Source§impl Clone for LuaSpacePlatformDestroyAsteroidChunksParams
impl Clone for LuaSpacePlatformDestroyAsteroidChunksParams
Source§fn clone(&self) -> LuaSpacePlatformDestroyAsteroidChunksParams
fn clone(&self) -> LuaSpacePlatformDestroyAsteroidChunksParams
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 LuaSpacePlatformDestroyAsteroidChunksParams
impl Default for LuaSpacePlatformDestroyAsteroidChunksParams
Source§fn default() -> LuaSpacePlatformDestroyAsteroidChunksParams
fn default() -> LuaSpacePlatformDestroyAsteroidChunksParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaSpacePlatformDestroyAsteroidChunksParams
impl RefUnwindSafe for LuaSpacePlatformDestroyAsteroidChunksParams
impl Send for LuaSpacePlatformDestroyAsteroidChunksParams
impl Sync for LuaSpacePlatformDestroyAsteroidChunksParams
impl Unpin for LuaSpacePlatformDestroyAsteroidChunksParams
impl UnsafeUnpin for LuaSpacePlatformDestroyAsteroidChunksParams
impl UnwindSafe for LuaSpacePlatformDestroyAsteroidChunksParams
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