Enum fast_protocol::datatypes::packets::MainHand
source · pub enum MainHand {
Left,
Right,
}Expand description
Enum of the main hand options
Variants§
Trait Implementations§
impl Copy for MainHand
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