#[repr(u8)]pub enum worldgen__structure_placement {
random_spread = 0,
concentric_rings = 1,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for worldgen__structure_placement
impl Clone for worldgen__structure_placement
source§fn clone(&self) -> worldgen__structure_placement
fn clone(&self) -> worldgen__structure_placement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Hash for worldgen__structure_placement
impl Hash for worldgen__structure_placement
source§impl PartialEq for worldgen__structure_placement
impl PartialEq for worldgen__structure_placement
source§fn eq(&self, other: &worldgen__structure_placement) -> bool
fn eq(&self, other: &worldgen__structure_placement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for worldgen__structure_placement
impl Eq for worldgen__structure_placement
impl StructuralEq for worldgen__structure_placement
impl StructuralPartialEq for worldgen__structure_placement
Auto Trait Implementations§
impl RefUnwindSafe for worldgen__structure_placement
impl Send for worldgen__structure_placement
impl Sync for worldgen__structure_placement
impl Unpin for worldgen__structure_placement
impl UnwindSafe for worldgen__structure_placement
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