pub enum HandChirality {
Unknown,
Left,
Right,
}Available on crate feature
hand_pose only.Expand description
The VNChirality reported by VNHumanHandPoseObservation.
Variants§
Trait Implementations§
Source§impl Clone for HandChirality
impl Clone for HandChirality
Source§fn clone(&self) -> HandChirality
fn clone(&self) -> HandChirality
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 HandChirality
impl Debug for HandChirality
Source§impl Hash for HandChirality
impl Hash for HandChirality
Source§impl PartialEq for HandChirality
impl PartialEq for HandChirality
Source§fn eq(&self, other: &HandChirality) -> bool
fn eq(&self, other: &HandChirality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HandChirality
impl Eq for HandChirality
impl StructuralPartialEq for HandChirality
Auto Trait Implementations§
impl Freeze for HandChirality
impl RefUnwindSafe for HandChirality
impl Send for HandChirality
impl Sync for HandChirality
impl Unpin for HandChirality
impl UnsafeUnpin for HandChirality
impl UnwindSafe for HandChirality
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