Enum dfhack_proto::messages::FogType
source · pub enum FogType {
FOG_NONE,
FOG_MIST,
FOG_NORMAL,
F0G_THICK,
}Variants§
Trait Implementations§
source§impl Enum for FogType
impl Enum for FogType
source§impl EnumFull for FogType
impl EnumFull for FogType
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<FogType> for FogType
impl PartialEq<FogType> for FogType
impl Copy for FogType
impl Eq for FogType
impl StructuralEq for FogType
impl StructuralPartialEq for FogType
Auto Trait Implementations§
impl RefUnwindSafe for FogType
impl Send for FogType
impl Sync for FogType
impl Unpin for FogType
impl UnwindSafe for FogType
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