Enum dfhack_proto::messages::TiletypeSpecial
source · pub enum TiletypeSpecial {
Show 13 variants
NO_SPECIAL,
NORMAL,
RIVER_SOURCE,
WATERFALL,
SMOOTH,
FURROWED,
WET,
DEAD,
WORN_1,
WORN_2,
WORN_3,
TRACK,
SMOOTH_DEAD,
}Variants§
NO_SPECIAL
NORMAL
RIVER_SOURCE
WATERFALL
SMOOTH
FURROWED
WET
DEAD
WORN_1
WORN_2
WORN_3
TRACK
SMOOTH_DEAD
Trait Implementations§
source§impl Clone for TiletypeSpecial
impl Clone for TiletypeSpecial
source§fn clone(&self) -> TiletypeSpecial
fn clone(&self) -> TiletypeSpecial
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 TiletypeSpecial
impl Debug for TiletypeSpecial
source§impl Default for TiletypeSpecial
impl Default for TiletypeSpecial
source§impl Enum for TiletypeSpecial
impl Enum for TiletypeSpecial
source§fn from_i32(value: i32) -> Option<TiletypeSpecial>
fn from_i32(value: i32) -> Option<TiletypeSpecial>
Try to create an enum from
i32 value.
Return None if value is unknown.source§const VALUES: &'static [TiletypeSpecial] = _
const VALUES: &'static [TiletypeSpecial] = _
All enum values for enum type.
source§impl EnumFull for TiletypeSpecial
impl EnumFull for TiletypeSpecial
source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
source§impl Hash for TiletypeSpecial
impl Hash for TiletypeSpecial
source§impl PartialEq<TiletypeSpecial> for TiletypeSpecial
impl PartialEq<TiletypeSpecial> for TiletypeSpecial
source§fn eq(&self, other: &TiletypeSpecial) -> bool
fn eq(&self, other: &TiletypeSpecial) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TiletypeSpecial
impl Eq for TiletypeSpecial
impl StructuralEq for TiletypeSpecial
impl StructuralPartialEq for TiletypeSpecial
Auto Trait Implementations§
impl RefUnwindSafe for TiletypeSpecial
impl Send for TiletypeSpecial
impl Sync for TiletypeSpecial
impl Unpin for TiletypeSpecial
impl UnwindSafe for TiletypeSpecial
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