pub enum HumanHandPoseJointName {
Show 21 variants
Wrist,
ThumbCmc,
ThumbMp,
ThumbIp,
ThumbTip,
IndexMcp,
IndexPip,
IndexDip,
IndexTip,
MiddleMcp,
MiddlePip,
MiddleDip,
MiddleTip,
RingMcp,
RingPip,
RingDip,
RingTip,
LittleMcp,
LittlePip,
LittleDip,
LittleTip,
}Available on crate feature
hand_pose only.Expand description
Mirrors VNHumanHandPoseObservationJointName.
Variants§
Wrist
ThumbCmc
ThumbMp
ThumbIp
ThumbTip
IndexMcp
IndexPip
IndexDip
IndexTip
MiddleMcp
MiddlePip
MiddleDip
MiddleTip
RingMcp
RingPip
RingDip
RingTip
LittleMcp
LittlePip
LittleDip
LittleTip
Implementations§
Trait Implementations§
Source§impl Clone for HumanHandPoseJointName
impl Clone for HumanHandPoseJointName
Source§fn clone(&self) -> HumanHandPoseJointName
fn clone(&self) -> HumanHandPoseJointName
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 HumanHandPoseJointName
impl Debug for HumanHandPoseJointName
Source§impl Hash for HumanHandPoseJointName
impl Hash for HumanHandPoseJointName
Source§impl PartialEq for HumanHandPoseJointName
impl PartialEq for HumanHandPoseJointName
Source§fn eq(&self, other: &HumanHandPoseJointName) -> bool
fn eq(&self, other: &HumanHandPoseJointName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HumanHandPoseJointName
impl Eq for HumanHandPoseJointName
impl StructuralPartialEq for HumanHandPoseJointName
Auto Trait Implementations§
impl Freeze for HumanHandPoseJointName
impl RefUnwindSafe for HumanHandPoseJointName
impl Send for HumanHandPoseJointName
impl Sync for HumanHandPoseJointName
impl Unpin for HumanHandPoseJointName
impl UnsafeUnpin for HumanHandPoseJointName
impl UnwindSafe for HumanHandPoseJointName
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