Struct HandJointKind
#[repr(transparent)]pub struct HandJointKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl HandJointKind
impl HandJointKind
pub const Palm: Self = _
pub const Wrist: Self = _
pub const ThumbMetacarpal: Self = _
pub const ThumbProximal: Self = _
pub const ThumbDistal: Self = _
pub const ThumbTip: Self = _
pub const IndexMetacarpal: Self = _
pub const IndexProximal: Self = _
pub const IndexIntermediate: Self = _
pub const IndexDistal: Self = _
pub const IndexTip: Self = _
pub const MiddleMetacarpal: Self = _
pub const MiddleProximal: Self = _
pub const MiddleIntermediate: Self = _
pub const MiddleDistal: Self = _
pub const MiddleTip: Self = _
pub const RingMetacarpal: Self = _
pub const RingProximal: Self = _
pub const RingIntermediate: Self = _
pub const RingDistal: Self = _
pub const RingTip: Self = _
pub const LittleMetacarpal: Self = _
pub const LittleProximal: Self = _
pub const LittleIntermediate: Self = _
pub const LittleDistal: Self = _
pub const LittleTip: Self = _
Trait Implementations§
§impl Clone for HandJointKind
impl Clone for HandJointKind
§fn clone(&self) -> HandJointKind
fn clone(&self) -> HandJointKind
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 more§impl Debug for HandJointKind
impl Debug for HandJointKind
§impl Default for HandJointKind
impl Default for HandJointKind
§fn default() -> HandJointKind
fn default() -> HandJointKind
Returns the “default value” for a type. Read more
§impl PartialEq for HandJointKind
impl PartialEq for HandJointKind
impl Copy for HandJointKind
impl Eq for HandJointKind
impl StructuralPartialEq for HandJointKind
Auto Trait Implementations§
impl Freeze for HandJointKind
impl RefUnwindSafe for HandJointKind
impl Send for HandJointKind
impl Sync for HandJointKind
impl Unpin for HandJointKind
impl UnwindSafe for HandJointKind
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