Enum altv::PlayerBodyPart
source · pub enum PlayerBodyPart {
Show 22 variants
Pelvis = 0,
LeftHip = 1,
LeftLeg = 2,
LeftFoot = 3,
RightHip = 4,
RightLeg = 5,
RightFoot = 6,
LowerTorso = 7,
UpperTorso = 8,
Chest = 9,
UnderNeck = 10,
LeftShoulder = 11,
LeftUpperArm = 12,
LeftElbrow = 13,
LeftWrist = 14,
RightShoulder = 15,
RightUpperArm = 16,
RightElbrow = 17,
RightWrist = 18,
Neck = 19,
Head = 20,
Unknown = -1,
}Variants§
Pelvis = 0
LeftHip = 1
LeftLeg = 2
LeftFoot = 3
RightHip = 4
RightLeg = 5
RightFoot = 6
LowerTorso = 7
UpperTorso = 8
Chest = 9
UnderNeck = 10
LeftShoulder = 11
LeftUpperArm = 12
LeftElbrow = 13
LeftWrist = 14
RightShoulder = 15
RightUpperArm = 16
RightElbrow = 17
RightWrist = 18
Neck = 19
Head = 20
Unknown = -1
Trait Implementations§
source§impl Clone for PlayerBodyPart
impl Clone for PlayerBodyPart
source§fn clone(&self) -> PlayerBodyPart
fn clone(&self) -> PlayerBodyPart
Returns a copy 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 PlayerBodyPart
impl Debug for PlayerBodyPart
source§impl Hash for PlayerBodyPart
impl Hash for PlayerBodyPart
source§impl PartialEq for PlayerBodyPart
impl PartialEq for PlayerBodyPart
source§fn eq(&self, other: &PlayerBodyPart) -> bool
fn eq(&self, other: &PlayerBodyPart) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<i8> for PlayerBodyPart
impl TryFrom<i8> for PlayerBodyPart
impl Copy for PlayerBodyPart
impl Eq for PlayerBodyPart
impl StructuralPartialEq for PlayerBodyPart
Auto Trait Implementations§
impl Freeze for PlayerBodyPart
impl RefUnwindSafe for PlayerBodyPart
impl Send for PlayerBodyPart
impl Sync for PlayerBodyPart
impl Unpin for PlayerBodyPart
impl UnwindSafe for PlayerBodyPart
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