pub enum HumanHandPoseJointGroupName {
Thumb,
IndexFinger,
MiddleFinger,
RingFinger,
LittleFinger,
All,
}Available on crate feature
hand_pose only.Expand description
Mirrors VNHumanHandPoseObservationJointsGroupName.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HumanHandPoseJointGroupName
impl Clone for HumanHandPoseJointGroupName
Source§fn clone(&self) -> HumanHandPoseJointGroupName
fn clone(&self) -> HumanHandPoseJointGroupName
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 HumanHandPoseJointGroupName
impl Debug for HumanHandPoseJointGroupName
Source§impl Hash for HumanHandPoseJointGroupName
impl Hash for HumanHandPoseJointGroupName
Source§impl PartialEq for HumanHandPoseJointGroupName
impl PartialEq for HumanHandPoseJointGroupName
Source§fn eq(&self, other: &HumanHandPoseJointGroupName) -> bool
fn eq(&self, other: &HumanHandPoseJointGroupName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HumanHandPoseJointGroupName
impl Eq for HumanHandPoseJointGroupName
impl StructuralPartialEq for HumanHandPoseJointGroupName
Auto Trait Implementations§
impl Freeze for HumanHandPoseJointGroupName
impl RefUnwindSafe for HumanHandPoseJointGroupName
impl Send for HumanHandPoseJointGroupName
impl Sync for HumanHandPoseJointGroupName
impl Unpin for HumanHandPoseJointGroupName
impl UnsafeUnpin for HumanHandPoseJointGroupName
impl UnwindSafe for HumanHandPoseJointGroupName
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