pub enum ApplyTileTint {
Primary,
Secondary,
}Expand description
Refers to tints defined in TilePrototype::particle_tints.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ApplyTileTint
impl Clone for ApplyTileTint
Source§fn clone(&self) -> ApplyTileTint
fn clone(&self) -> ApplyTileTint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApplyTileTint
Source§impl Debug for ApplyTileTint
impl Debug for ApplyTileTint
Source§impl Default for ApplyTileTint
impl Default for ApplyTileTint
impl Eq for ApplyTileTint
Source§impl From<ApplyTileTint> for LuaAny
impl From<ApplyTileTint> for LuaAny
Source§fn from(_: ApplyTileTint) -> Self
fn from(_: ApplyTileTint) -> Self
Converts to this type from the input type.
Source§impl From<ApplyTileTint> for &'static str
impl From<ApplyTileTint> for &'static str
Source§fn from(value: ApplyTileTint) -> Self
fn from(value: ApplyTileTint) -> Self
Converts to this type from the input type.
Source§impl Hash for ApplyTileTint
impl Hash for ApplyTileTint
Source§impl PartialEq for ApplyTileTint
impl PartialEq for ApplyTileTint
Source§impl PartialEq<&str> for ApplyTileTint
impl PartialEq<&str> for ApplyTileTint
Source§impl PartialEq<ApplyTileTint> for &str
impl PartialEq<ApplyTileTint> for &str
impl StructuralPartialEq for ApplyTileTint
Auto Trait Implementations§
impl Freeze for ApplyTileTint
impl RefUnwindSafe for ApplyTileTint
impl Send for ApplyTileTint
impl Sync for ApplyTileTint
impl Unpin for ApplyTileTint
impl UnsafeUnpin for ApplyTileTint
impl UnwindSafe for ApplyTileTint
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