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 Enum for FlowType
impl Enum for FlowType
source§impl EnumFull for FlowType
impl EnumFull for FlowType
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 PartialEq<FlowType> for FlowType
impl PartialEq<FlowType> for FlowType
impl Copy for FlowType
impl Eq for FlowType
impl StructuralEq for FlowType
impl StructuralPartialEq for FlowType
Auto Trait Implementations§
impl RefUnwindSafe for FlowType
impl Send for FlowType
impl Sync for FlowType
impl Unpin for FlowType
impl UnwindSafe for FlowType
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