pub enum GearSlotType {
Show 14 variants
MainHand = 0,
SecondaryHand = 1,
Head = 2,
Body = 3,
Hands = 4,
Waist = 5,
Legs = 6,
Feet = 7,
Bracelets = 8,
Necklace = 9,
Earrings = 10,
Ring1 = 11,
Ring2 = 12,
Soul = 13,
}
Variants§
MainHand = 0
SecondaryHand = 1
Head = 2
Body = 3
Hands = 4
Waist = 5
Legs = 6
Feet = 7
Bracelets = 8
Necklace = 9
Earrings = 10
Ring1 = 11
Ring2 = 12
Soul = 13
Implementations§
Trait Implementations§
Source§impl Clone for GearSlotType
impl Clone for GearSlotType
Source§fn clone(&self) -> GearSlotType
fn clone(&self) -> GearSlotType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GearSlotType
impl Debug for GearSlotType
Source§impl Hash for GearSlotType
impl Hash for GearSlotType
Source§impl PartialEq for GearSlotType
impl PartialEq for GearSlotType
Source§impl TryFrom<Slot> for GearSlotType
impl TryFrom<Slot> for GearSlotType
Source§impl TryFrom<usize> for GearSlotType
impl TryFrom<usize> for GearSlotType
impl Eq for GearSlotType
impl StructuralPartialEq for GearSlotType
Auto Trait Implementations§
impl Freeze for GearSlotType
impl RefUnwindSafe for GearSlotType
impl Send for GearSlotType
impl Sync for GearSlotType
impl Unpin for GearSlotType
impl UnwindSafe for GearSlotType
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