Enum dfhack_proto::messages::FlowType
source · pub enum FlowType {
Show 15 variants
Miasma,
Steam,
Mist,
MaterialDust,
MagmaMist,
Smoke,
Dragonfire,
Fire,
Web,
MaterialGas,
MaterialVapor,
OceanWave,
SeaFoam,
ItemCloud,
CampFire,
}Variants§
Miasma
Steam
Mist
MaterialDust
MagmaMist
Smoke
Dragonfire
Fire
Web
MaterialGas
MaterialVapor
OceanWave
SeaFoam
ItemCloud
CampFire
Trait Implementations§
source§impl PartialEq<FlowType> for FlowType
impl PartialEq<FlowType> for FlowType
source§impl ProtobufEnum for FlowType
impl ProtobufEnum for FlowType
source§fn from_i32(value: i32) -> Option<FlowType>
fn from_i32(value: i32) -> Option<FlowType>
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 FlowType
impl ProtobufValue for FlowType
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?