pub enum BasicMaterialInfoMask_StateType {
Solid,
Liquid,
Gas,
Powder,
Paste,
Pressed,
}Variants§
Trait Implementations§
source§impl Clone for BasicMaterialInfoMask_StateType
impl Clone for BasicMaterialInfoMask_StateType
source§fn clone(&self) -> BasicMaterialInfoMask_StateType
fn clone(&self) -> BasicMaterialInfoMask_StateType
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 PartialEq<BasicMaterialInfoMask_StateType> for BasicMaterialInfoMask_StateType
impl PartialEq<BasicMaterialInfoMask_StateType> for BasicMaterialInfoMask_StateType
source§fn eq(&self, other: &BasicMaterialInfoMask_StateType) -> bool
fn eq(&self, other: &BasicMaterialInfoMask_StateType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for BasicMaterialInfoMask_StateType
impl ProtobufEnum for BasicMaterialInfoMask_StateType
source§fn from_i32(value: i32) -> Option<BasicMaterialInfoMask_StateType>
fn from_i32(value: i32) -> Option<BasicMaterialInfoMask_StateType>
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 BasicMaterialInfoMask_StateType
impl ProtobufValue for BasicMaterialInfoMask_StateType
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?