#[repr(u8)]pub enum worldgen__structure_type {
Show 16 variants
buried_treasure = 0,
desert_pyramid = 1,
end_city = 2,
fortress = 3,
igloo = 4,
jigsaw = 5,
jungle_temple = 6,
mineshaft = 7,
nether_fossil = 8,
ocean_monument = 9,
ocean_ruin = 10,
ruined_portal = 11,
shipwreck = 12,
stronghold = 13,
swamp_hut = 14,
woodland_mansion = 15,
}Variants§
buried_treasure = 0
desert_pyramid = 1
end_city = 2
fortress = 3
igloo = 4
jigsaw = 5
jungle_temple = 6
mineshaft = 7
nether_fossil = 8
ocean_monument = 9
ocean_ruin = 10
ruined_portal = 11
shipwreck = 12
stronghold = 13
swamp_hut = 14
woodland_mansion = 15
Implementations§
Trait Implementations§
source§impl Clone for worldgen__structure_type
impl Clone for worldgen__structure_type
source§fn clone(&self) -> worldgen__structure_type
fn clone(&self) -> worldgen__structure_type
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__structure_type
impl Debug for worldgen__structure_type
source§impl Display for worldgen__structure_type
impl Display for worldgen__structure_type
source§impl Hash for worldgen__structure_type
impl Hash for worldgen__structure_type
source§impl PartialEq for worldgen__structure_type
impl PartialEq for worldgen__structure_type
source§fn eq(&self, other: &worldgen__structure_type) -> bool
fn eq(&self, other: &worldgen__structure_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for worldgen__structure_type
impl Write for worldgen__structure_type
impl Copy for worldgen__structure_type
impl Eq for worldgen__structure_type
impl StructuralEq for worldgen__structure_type
impl StructuralPartialEq for worldgen__structure_type
Auto Trait Implementations§
impl RefUnwindSafe for worldgen__structure_type
impl Send for worldgen__structure_type
impl Sync for worldgen__structure_type
impl Unpin for worldgen__structure_type
impl UnwindSafe for worldgen__structure_type
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