#[repr(i32)]pub enum HumanBodyBones {
Show 56 variants
Hips = 0,
LeftUpperLeg = 1,
RightUpperLeg = 2,
LeftLowerLeg = 3,
RightLowerLeg = 4,
LeftFoot = 5,
RightFoot = 6,
Spine = 7,
Chest = 8,
UpperChest = 54,
Neck = 9,
Head = 10,
LeftShoulder = 11,
RightShoulder = 12,
LeftUpperArm = 13,
RightUpperArm = 14,
LeftLowerArm = 15,
RightLowerArm = 16,
LeftHand = 17,
RightHand = 18,
LeftToes = 19,
RightToes = 20,
LeftEye = 21,
RightEye = 22,
Jaw = 23,
LeftThumbProximal = 24,
LeftThumbIntermediate = 25,
LeftThumbDistal = 26,
LeftIndexProximal = 27,
LeftIndexIntermediate = 28,
LeftIndexDistal = 29,
LeftMiddleProximal = 30,
LeftMiddleIntermediate = 31,
LeftMiddleDistal = 32,
LeftRingProximal = 33,
LeftRingIntermediate = 34,
LeftRingDistal = 35,
LeftLittleProximal = 36,
LeftLittleIntermediate = 37,
LeftLittleDistal = 38,
RightThumbProximal = 39,
RightThumbIntermediate = 40,
RightThumbDistal = 41,
RightIndexProximal = 42,
RightIndexIntermediate = 43,
RightIndexDistal = 44,
RightMiddleProximal = 45,
RightMiddleIntermediate = 46,
RightMiddleDistal = 47,
RightRingProximal = 48,
RightRingIntermediate = 49,
RightRingDistal = 50,
RightLittleProximal = 51,
RightLittleIntermediate = 52,
RightLittleDistal = 53,
LastBone = 55,
}Variants§
Hips = 0
LeftUpperLeg = 1
RightUpperLeg = 2
LeftLowerLeg = 3
RightLowerLeg = 4
LeftFoot = 5
RightFoot = 6
Spine = 7
Chest = 8
UpperChest = 54
Neck = 9
Head = 10
LeftShoulder = 11
RightShoulder = 12
LeftUpperArm = 13
RightUpperArm = 14
LeftLowerArm = 15
RightLowerArm = 16
LeftHand = 17
RightHand = 18
LeftToes = 19
RightToes = 20
LeftEye = 21
RightEye = 22
Jaw = 23
LeftThumbProximal = 24
LeftThumbIntermediate = 25
LeftThumbDistal = 26
LeftIndexProximal = 27
LeftIndexIntermediate = 28
LeftIndexDistal = 29
LeftMiddleProximal = 30
LeftMiddleIntermediate = 31
LeftMiddleDistal = 32
LeftRingProximal = 33
LeftRingIntermediate = 34
LeftRingDistal = 35
LeftLittleProximal = 36
LeftLittleIntermediate = 37
LeftLittleDistal = 38
RightThumbProximal = 39
RightThumbIntermediate = 40
RightThumbDistal = 41
RightIndexProximal = 42
RightIndexIntermediate = 43
RightIndexDistal = 44
RightMiddleProximal = 45
RightMiddleIntermediate = 46
RightMiddleDistal = 47
RightRingProximal = 48
RightRingIntermediate = 49
RightRingDistal = 50
RightLittleProximal = 51
RightLittleIntermediate = 52
RightLittleDistal = 53
LastBone = 55
Trait Implementations§
Source§impl Clone for HumanBodyBones
impl Clone for HumanBodyBones
Source§fn clone(&self) -> HumanBodyBones
fn clone(&self) -> HumanBodyBones
Returns a duplicate 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 moreSource§impl Debug for HumanBodyBones
impl Debug for HumanBodyBones
Source§impl PartialEq for HumanBodyBones
impl PartialEq for HumanBodyBones
impl Copy for HumanBodyBones
impl Eq for HumanBodyBones
impl StructuralPartialEq for HumanBodyBones
Auto Trait Implementations§
impl Freeze for HumanBodyBones
impl RefUnwindSafe for HumanBodyBones
impl Send for HumanBodyBones
impl Sync for HumanBodyBones
impl Unpin for HumanBodyBones
impl UnsafeUnpin for HumanBodyBones
impl UnwindSafe for HumanBodyBones
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