pub enum SlotTypes {
LeftHand = 0,
RightHand = 1,
Unknown = 2,
PowerOrShout = 3,
}
Variants§
Trait Implementations§
Source§impl From<SlotTypes> for SlotTypes_CEnum
impl From<SlotTypes> for SlotTypes_CEnum
Source§impl Ord for SlotTypes
impl Ord for SlotTypes
Source§impl PartialOrd for SlotTypes
impl PartialOrd for SlotTypes
Source§impl TryFrom<SlotTypes_CEnum> for SlotTypes
impl TryFrom<SlotTypes_CEnum> for SlotTypes
impl Copy for SlotTypes
impl Eq for SlotTypes
impl StructuralPartialEq for SlotTypes
Auto Trait Implementations§
impl Freeze for SlotTypes
impl RefUnwindSafe for SlotTypes
impl Send for SlotTypes
impl Sync for SlotTypes
impl Unpin for SlotTypes
impl UnwindSafe for SlotTypes
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