pub enum Joint {
Show 21 variants
Head,
Neck,
Spine,
Chest,
Hips,
LeftShoulder,
LeftElbow,
LeftWrist,
LeftHand,
RightShoulder,
RightElbow,
RightWrist,
RightHand,
LeftHip,
LeftKnee,
LeftAnkle,
LeftFoot,
RightHip,
RightKnee,
RightAnkle,
RightFoot,
}Expand description
Joint identifier for body skeleton
Variants§
Head
Neck
Spine
Chest
Hips
LeftShoulder
LeftElbow
LeftWrist
LeftHand
RightShoulder
RightElbow
RightWrist
RightHand
LeftHip
LeftKnee
LeftAnkle
LeftFoot
RightHip
RightKnee
RightAnkle
RightFoot
Implementations§
Trait Implementations§
impl Copy for Joint
impl Eq for Joint
impl StructuralPartialEq for Joint
Auto Trait Implementations§
impl Freeze for Joint
impl RefUnwindSafe for Joint
impl Send for Joint
impl Sync for Joint
impl Unpin for Joint
impl UnsafeUnpin for Joint
impl UnwindSafe for Joint
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