pub struct BodyJointSetBD(/* private fields */);Expand description
Describes the set of body joints to track when creating an XrBodyTrackerBD. - see XrBodyJointSetBD
Implementations§
Source§impl BodyJointSetBD
impl BodyJointSetBD
Sourcepub const BODY_WITHOUT_ARM: BodyJointSetBD
pub const BODY_WITHOUT_ARM: BodyJointSetBD
Contains joints in XrBodyJointBD in the range XR_BODY_JOINT_PELVIS_BD through XR_BODY_JOINT_HEAD_BD inclusive, a total of XR_BODY_JOINT_WITHOUT_ARM_COUNT_BD joints.
Sourcepub const FULL_BODY_JOINTS: BodyJointSetBD
pub const FULL_BODY_JOINTS: BodyJointSetBD
Contains joints in XrBodyJointBD in the range XR_BODY_JOINT_PELVIS_BD through XR_BODY_JOINT_RIGHT_HAND_BD inclusive, a total of XR_BODY_JOINT_COUNT_BD joints.
pub fn from_raw(x: i32) -> BodyJointSetBD
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for BodyJointSetBD
impl Clone for BodyJointSetBD
Source§fn clone(&self) -> BodyJointSetBD
fn clone(&self) -> BodyJointSetBD
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 BodyJointSetBD
impl Debug for BodyJointSetBD
Source§impl PartialEq for BodyJointSetBD
impl PartialEq for BodyJointSetBD
impl Copy for BodyJointSetBD
impl Eq for BodyJointSetBD
impl StructuralPartialEq for BodyJointSetBD
Auto Trait Implementations§
impl Freeze for BodyJointSetBD
impl RefUnwindSafe for BodyJointSetBD
impl Send for BodyJointSetBD
impl Sync for BodyJointSetBD
impl Unpin for BodyJointSetBD
impl UnwindSafe for BodyJointSetBD
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