pub enum RelativeHand {
MainHand,
OffHand,
}Expand description
Относительная рука игрока
Variants§
Trait Implementations§
Source§impl Buffer for RelativeHand
impl Buffer for RelativeHand
Source§impl Clone for RelativeHand
impl Clone for RelativeHand
Source§fn clone(&self) -> RelativeHand
fn clone(&self) -> RelativeHand
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 moreSource§impl Debug for RelativeHand
impl Debug for RelativeHand
Source§impl PartialEq for RelativeHand
impl PartialEq for RelativeHand
Source§fn eq(&self, other: &RelativeHand) -> bool
fn eq(&self, other: &RelativeHand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RelativeHand
impl PartialOrd for RelativeHand
impl Copy for RelativeHand
impl StructuralPartialEq for RelativeHand
Auto Trait Implementations§
impl Freeze for RelativeHand
impl RefUnwindSafe for RelativeHand
impl Send for RelativeHand
impl Sync for RelativeHand
impl Unpin for RelativeHand
impl UnsafeUnpin for RelativeHand
impl UnwindSafe for RelativeHand
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