pub struct ExclusionZoneData {
pub other_set: Identifier,
pub chunk_count: i32,
}Expand description
Exclusion zone preventing overlap with another structure set.
Fields§
§other_set: IdentifierRegistry key of the other structure set.
chunk_count: i32Radius in chunks.
Trait Implementations§
Source§impl Clone for ExclusionZoneData
impl Clone for ExclusionZoneData
Source§fn clone(&self) -> ExclusionZoneData
fn clone(&self) -> ExclusionZoneData
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 moreAuto Trait Implementations§
impl Freeze for ExclusionZoneData
impl RefUnwindSafe for ExclusionZoneData
impl Send for ExclusionZoneData
impl Sync for ExclusionZoneData
impl Unpin for ExclusionZoneData
impl UnsafeUnpin for ExclusionZoneData
impl UnwindSafe for ExclusionZoneData
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