Enum entmet_lib::entities::entity::MainHand
source · #[repr(u8)]pub enum MainHand {
Left = 0,
Right = 1,
}Expand description
An enum of the possible main hands
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainHand
impl RefUnwindSafe for MainHand
impl Send for MainHand
impl Sync for MainHand
impl Unpin for MainHand
impl UnwindSafe for MainHand
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