pub struct HandJointEXT(/* private fields */);
Expand description
See XrHandJointEXT
Implementations§
Source§impl HandJointEXT
impl HandJointEXT
pub const PALM: HandJointEXT
pub const WRIST: HandJointEXT
pub const THUMB_METACARPAL: HandJointEXT
pub const THUMB_PROXIMAL: HandJointEXT
pub const THUMB_DISTAL: HandJointEXT
pub const THUMB_TIP: HandJointEXT
pub const INDEX_METACARPAL: HandJointEXT
pub const INDEX_PROXIMAL: HandJointEXT
pub const INDEX_INTERMEDIATE: HandJointEXT
pub const INDEX_DISTAL: HandJointEXT
pub const INDEX_TIP: HandJointEXT
pub const MIDDLE_METACARPAL: HandJointEXT
pub const MIDDLE_PROXIMAL: HandJointEXT
pub const MIDDLE_INTERMEDIATE: HandJointEXT
pub const MIDDLE_DISTAL: HandJointEXT
pub const MIDDLE_TIP: HandJointEXT
pub const RING_METACARPAL: HandJointEXT
pub const RING_PROXIMAL: HandJointEXT
pub const RING_INTERMEDIATE: HandJointEXT
pub const RING_DISTAL: HandJointEXT
pub const RING_TIP: HandJointEXT
pub const LITTLE_METACARPAL: HandJointEXT
pub const LITTLE_PROXIMAL: HandJointEXT
pub const LITTLE_INTERMEDIATE: HandJointEXT
pub const LITTLE_DISTAL: HandJointEXT
pub const LITTLE_TIP: HandJointEXT
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for HandJointEXT
impl Clone for HandJointEXT
Source§fn clone(&self) -> HandJointEXT
fn clone(&self) -> HandJointEXT
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 HandJointEXT
impl Debug for HandJointEXT
Source§impl<T> Index<HandJointEXT> for [T]
impl<T> Index<HandJointEXT> for [T]
Source§impl<T> IndexMut<HandJointEXT> for [T]
impl<T> IndexMut<HandJointEXT> for [T]
Source§impl PartialEq for HandJointEXT
impl PartialEq for HandJointEXT
impl Copy for HandJointEXT
impl Eq for HandJointEXT
impl StructuralPartialEq for HandJointEXT
Auto Trait Implementations§
impl Freeze for HandJointEXT
impl RefUnwindSafe for HandJointEXT
impl Send for HandJointEXT
impl Sync for HandJointEXT
impl Unpin for HandJointEXT
impl UnwindSafe for HandJointEXT
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