#[repr(u8)]pub enum worldgen__structure_piece {
Show 56 variants
mscorridor = 0,
mscrossing = 1,
msroom = 2,
msstairs = 3,
nebcr = 4,
nebef = 5,
nebs = 6,
neccs = 7,
nectb = 8,
nece = 9,
nescsc = 10,
nesclt = 11,
nesc = 12,
nescrt = 13,
necsr = 14,
nemt = 15,
nerc = 16,
nesr = 17,
nestart = 18,
shcc = 19,
shfc = 20,
sh5c = 21,
shlt = 22,
shli = 23,
shpr = 24,
shph = 25,
shrt = 26,
shrc = 27,
shsd = 28,
shstart = 29,
shs = 30,
shssd = 31,
tejp = 32,
orp = 33,
iglu = 34,
rupo = 35,
tesh = 36,
tedp = 37,
omb = 38,
omcr = 39,
omdxr = 40,
omdxyr = 41,
omdyr = 42,
omdyzr = 43,
omdzr = 44,
omentry = 45,
ompenthouse = 46,
omsimple = 47,
omsimplet = 48,
omwr = 49,
ecp = 50,
wmp = 51,
btp = 52,
shipwreck = 53,
nefos = 54,
jigsaw = 55,
}Variants§
mscorridor = 0
mscrossing = 1
msroom = 2
msstairs = 3
nebcr = 4
nebef = 5
nebs = 6
neccs = 7
nectb = 8
nece = 9
nescsc = 10
nesclt = 11
nesc = 12
nescrt = 13
necsr = 14
nemt = 15
nerc = 16
nesr = 17
nestart = 18
shcc = 19
shfc = 20
sh5c = 21
shlt = 22
shli = 23
shpr = 24
shph = 25
shrt = 26
shrc = 27
shsd = 28
shstart = 29
shs = 30
shssd = 31
tejp = 32
orp = 33
iglu = 34
rupo = 35
tesh = 36
tedp = 37
omb = 38
omcr = 39
omdxr = 40
omdxyr = 41
omdyr = 42
omdyzr = 43
omdzr = 44
omentry = 45
ompenthouse = 46
omsimple = 47
omsimplet = 48
omwr = 49
ecp = 50
wmp = 51
btp = 52
shipwreck = 53
nefos = 54
jigsaw = 55
Implementations§
Trait Implementations§
source§impl Clone for worldgen__structure_piece
impl Clone for worldgen__structure_piece
source§fn clone(&self) -> worldgen__structure_piece
fn clone(&self) -> worldgen__structure_piece
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_piece
impl Debug for worldgen__structure_piece
source§impl Display for worldgen__structure_piece
impl Display for worldgen__structure_piece
source§impl Hash for worldgen__structure_piece
impl Hash for worldgen__structure_piece
source§impl PartialEq for worldgen__structure_piece
impl PartialEq for worldgen__structure_piece
source§fn eq(&self, other: &worldgen__structure_piece) -> bool
fn eq(&self, other: &worldgen__structure_piece) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for worldgen__structure_piece
impl Write for worldgen__structure_piece
impl Copy for worldgen__structure_piece
impl Eq for worldgen__structure_piece
impl StructuralPartialEq for worldgen__structure_piece
Auto Trait Implementations§
impl Freeze for worldgen__structure_piece
impl RefUnwindSafe for worldgen__structure_piece
impl Send for worldgen__structure_piece
impl Sync for worldgen__structure_piece
impl Unpin for worldgen__structure_piece
impl UnwindSafe for worldgen__structure_piece
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