pub struct BodyJointHTC(/* private fields */);Expand description
See XrBodyJointHTC
Implementations§
Source§impl BodyJointHTC
impl BodyJointHTC
pub const PELVIS: BodyJointHTC
pub const LEFT_HIP: BodyJointHTC
pub const LEFT_KNEE: BodyJointHTC
pub const LEFT_ANKLE: BodyJointHTC
pub const LEFT_FEET: BodyJointHTC
pub const RIGHT_HIP: BodyJointHTC
pub const RIGHT_KNEE: BodyJointHTC
pub const RIGHT_ANKLE: BodyJointHTC
pub const RIGHT_FEET: BodyJointHTC
pub const WAIST: BodyJointHTC
pub const SPINE_LOWER: BodyJointHTC
pub const SPINE_MIDDLE: BodyJointHTC
pub const SPINE_HIGH: BodyJointHTC
pub const CHEST: BodyJointHTC
pub const NECK: BodyJointHTC
pub const HEAD: BodyJointHTC
pub const LEFT_CLAVICLE: BodyJointHTC
pub const LEFT_SCAPULA: BodyJointHTC
pub const LEFT_ARM: BodyJointHTC
pub const LEFT_ELBOW: BodyJointHTC
pub const LEFT_WRIST: BodyJointHTC
pub const RIGHT_CLAVICLE: BodyJointHTC
pub const RIGHT_SCAPULA: BodyJointHTC
pub const RIGHT_ARM: BodyJointHTC
pub const RIGHT_ELBOW: BodyJointHTC
pub const RIGHT_WRIST: BodyJointHTC
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for BodyJointHTC
impl Clone for BodyJointHTC
Source§fn clone(&self) -> BodyJointHTC
fn clone(&self) -> BodyJointHTC
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 BodyJointHTC
impl Debug for BodyJointHTC
Source§impl Default for BodyJointHTC
impl Default for BodyJointHTC
Source§fn default() -> BodyJointHTC
fn default() -> BodyJointHTC
Returns the “default value” for a type. Read more
Source§impl PartialEq for BodyJointHTC
impl PartialEq for BodyJointHTC
impl Copy for BodyJointHTC
impl Eq for BodyJointHTC
impl StructuralPartialEq for BodyJointHTC
Auto Trait Implementations§
impl Freeze for BodyJointHTC
impl RefUnwindSafe for BodyJointHTC
impl Send for BodyJointHTC
impl Sync for BodyJointHTC
impl Unpin for BodyJointHTC
impl UnwindSafe for BodyJointHTC
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