pub enum FogType {
FOG_NONE = 0,
FOG_MIST = 1,
FOG_NORMAL = 2,
F0G_THICK = 3,
}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.
impl Copy for FogType
impl Eq for FogType
impl StructuralPartialEq for FogType
Auto Trait Implementations§
impl Freeze for FogType
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