Struct openxr_sys::HandJointEXT
source · [−]#[repr(transparent)]pub struct HandJointEXT(_);Expand description
See XrHandJointEXT
Implementations
sourceimpl 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
sourceimpl Clone for HandJointEXT
impl Clone for HandJointEXT
sourcefn clone(&self) -> HandJointEXT
fn clone(&self) -> HandJointEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for HandJointEXT
impl Debug for HandJointEXT
sourceimpl<T> Index<HandJointEXT> for [T]
impl<T> Index<HandJointEXT> for [T]
sourceimpl<T> IndexMut<HandJointEXT> for [T]
impl<T> IndexMut<HandJointEXT> for [T]
sourcefn index_mut(&mut self, joint: HandJointEXT) -> &mut T
fn index_mut(&mut self, joint: HandJointEXT) -> &mut T
Performs the mutable indexing (
container[index]) operation. Read moresourceimpl PartialEq<HandJointEXT> for HandJointEXT
impl PartialEq<HandJointEXT> for HandJointEXT
sourcefn eq(&self, other: &HandJointEXT) -> bool
fn eq(&self, other: &HandJointEXT) -> bool
impl Copy for HandJointEXT
impl Eq for HandJointEXT
impl StructuralEq for HandJointEXT
impl StructuralPartialEq for HandJointEXT
Auto Trait Implementations
impl RefUnwindSafe for HandJointEXT
impl Send for HandJointEXT
impl Sync for HandJointEXT
impl Unpin for HandJointEXT
impl UnwindSafe for HandJointEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more