pub enum ArtImageElementType {
IMAGE_CREATURE,
IMAGE_PLANT,
IMAGE_TREE,
IMAGE_SHAPE,
IMAGE_ITEM,
}Variants§
Trait Implementations§
source§impl Clone for ArtImageElementType
impl Clone for ArtImageElementType
source§fn clone(&self) -> ArtImageElementType
fn clone(&self) -> ArtImageElementType
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 ArtImageElementType
impl Debug for ArtImageElementType
source§impl Default for ArtImageElementType
impl Default for ArtImageElementType
source§impl Hash for ArtImageElementType
impl Hash for ArtImageElementType
source§impl PartialEq<ArtImageElementType> for ArtImageElementType
impl PartialEq<ArtImageElementType> for ArtImageElementType
source§fn eq(&self, other: &ArtImageElementType) -> bool
fn eq(&self, other: &ArtImageElementType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for ArtImageElementType
impl ProtobufEnum for ArtImageElementType
source§fn from_i32(value: i32) -> Option<ArtImageElementType>
fn from_i32(value: i32) -> Option<ArtImageElementType>
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 ArtImageElementType
impl ProtobufValue for ArtImageElementType
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?