pub enum IconDrawSpecificationRenderLayer {
EntityInfoIcon,
EntityInfoIconAbove,
AirEntityInfoIcon,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IconDrawSpecificationRenderLayer
impl Clone for IconDrawSpecificationRenderLayer
Source§fn clone(&self) -> IconDrawSpecificationRenderLayer
fn clone(&self) -> IconDrawSpecificationRenderLayer
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 IconDrawSpecificationRenderLayer
impl Eq for IconDrawSpecificationRenderLayer
Source§impl From<IconDrawSpecificationRenderLayer> for LuaAny
impl From<IconDrawSpecificationRenderLayer> for LuaAny
Source§fn from(_: IconDrawSpecificationRenderLayer) -> Self
fn from(_: IconDrawSpecificationRenderLayer) -> Self
Converts to this type from the input type.
Source§impl From<IconDrawSpecificationRenderLayer> for &'static str
impl From<IconDrawSpecificationRenderLayer> for &'static str
Source§fn from(value: IconDrawSpecificationRenderLayer) -> Self
fn from(value: IconDrawSpecificationRenderLayer) -> Self
Converts to this type from the input type.
Source§impl PartialEq<&str> for IconDrawSpecificationRenderLayer
impl PartialEq<&str> for IconDrawSpecificationRenderLayer
Source§impl PartialEq<IconDrawSpecificationRenderLayer> for &str
impl PartialEq<IconDrawSpecificationRenderLayer> for &str
impl StructuralPartialEq for IconDrawSpecificationRenderLayer
Auto Trait Implementations§
impl Freeze for IconDrawSpecificationRenderLayer
impl RefUnwindSafe for IconDrawSpecificationRenderLayer
impl Send for IconDrawSpecificationRenderLayer
impl Sync for IconDrawSpecificationRenderLayer
impl Unpin for IconDrawSpecificationRenderLayer
impl UnsafeUnpin for IconDrawSpecificationRenderLayer
impl UnwindSafe for IconDrawSpecificationRenderLayer
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