pub enum GuiArrowType {
Nowhere,
Goal,
EntityInfo,
ActiveWindow,
Entity,
Position,
CraftingQueue,
ItemStack,
}Expand description
Used by GuiArrowSpecification.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GuiArrowType
impl Clone for GuiArrowType
Source§fn clone(&self) -> GuiArrowType
fn clone(&self) -> GuiArrowType
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 GuiArrowType
Source§impl Debug for GuiArrowType
impl Debug for GuiArrowType
Source§impl Default for GuiArrowType
impl Default for GuiArrowType
impl Eq for GuiArrowType
Source§impl From<GuiArrowType> for LuaAny
impl From<GuiArrowType> for LuaAny
Source§fn from(_: GuiArrowType) -> Self
fn from(_: GuiArrowType) -> Self
Converts to this type from the input type.
Source§impl From<GuiArrowType> for &'static str
impl From<GuiArrowType> for &'static str
Source§fn from(value: GuiArrowType) -> Self
fn from(value: GuiArrowType) -> Self
Converts to this type from the input type.
Source§impl Hash for GuiArrowType
impl Hash for GuiArrowType
Source§impl PartialEq for GuiArrowType
impl PartialEq for GuiArrowType
Source§impl PartialEq<&str> for GuiArrowType
impl PartialEq<&str> for GuiArrowType
Source§impl PartialEq<GuiArrowType> for &str
impl PartialEq<GuiArrowType> for &str
impl StructuralPartialEq for GuiArrowType
Auto Trait Implementations§
impl Freeze for GuiArrowType
impl RefUnwindSafe for GuiArrowType
impl Send for GuiArrowType
impl Sync for GuiArrowType
impl Unpin for GuiArrowType
impl UnsafeUnpin for GuiArrowType
impl UnwindSafe for GuiArrowType
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