#[repr(u8)]pub enum worldgen__material_condition {
biome = 0,
noise_threshold = 1,
vertical_gradient = 2,
y_above = 3,
water = 4,
temperature = 5,
steep = 6,
not = 7,
hole = 8,
above_preliminary_surface = 9,
stone_depth = 10,
}Variants§
biome = 0
noise_threshold = 1
vertical_gradient = 2
y_above = 3
water = 4
temperature = 5
steep = 6
not = 7
hole = 8
above_preliminary_surface = 9
stone_depth = 10
Implementations§
Trait Implementations§
Source§impl Clone for worldgen__material_condition
impl Clone for worldgen__material_condition
Source§fn clone(&self) -> worldgen__material_condition
fn clone(&self) -> worldgen__material_condition
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 Debug for worldgen__material_condition
impl Debug for worldgen__material_condition
Source§impl Hash for worldgen__material_condition
impl Hash for worldgen__material_condition
Source§impl PartialEq for worldgen__material_condition
impl PartialEq for worldgen__material_condition
Source§fn eq(&self, other: &worldgen__material_condition) -> bool
fn eq(&self, other: &worldgen__material_condition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Write for worldgen__material_condition
impl Write for worldgen__material_condition
impl Copy for worldgen__material_condition
impl Eq for worldgen__material_condition
impl StructuralPartialEq for worldgen__material_condition
Auto Trait Implementations§
impl Freeze for worldgen__material_condition
impl RefUnwindSafe for worldgen__material_condition
impl Send for worldgen__material_condition
impl Sync for worldgen__material_condition
impl Unpin for worldgen__material_condition
impl UnwindSafe for worldgen__material_condition
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