Enum dfhack_proto::messages::PatternType
source · pub enum PatternType {
MONOTONE,
STRIPES,
IRIS_EYE,
SPOTS,
PUPIL_EYE,
MOTTLED,
}Variants§
Trait Implementations§
source§impl Clone for PatternType
impl Clone for PatternType
source§fn clone(&self) -> PatternType
fn clone(&self) -> PatternType
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 PatternType
impl Debug for PatternType
source§impl Default for PatternType
impl Default for PatternType
source§impl Hash for PatternType
impl Hash for PatternType
source§impl PartialEq<PatternType> for PatternType
impl PartialEq<PatternType> for PatternType
source§fn eq(&self, other: &PatternType) -> bool
fn eq(&self, other: &PatternType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for PatternType
impl ProtobufEnum for PatternType
source§fn from_i32(value: i32) -> Option<PatternType>
fn from_i32(value: i32) -> Option<PatternType>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for PatternType
impl ProtobufValue for PatternType
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?