Struct openxr_sys::HandJointSetEXT
source · [−]#[repr(transparent)]pub struct HandJointSetEXT(_);Expand description
Implementations
sourceimpl HandJointSetEXT
impl HandJointSetEXT
pub const DEFAULT: HandJointSetEXT = _
pub const HAND_WITH_FOREARM_ULTRA: HandJointSetEXT = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for HandJointSetEXT
impl Clone for HandJointSetEXT
sourcefn clone(&self) -> HandJointSetEXT
fn clone(&self) -> HandJointSetEXT
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 HandJointSetEXT
impl Debug for HandJointSetEXT
sourceimpl PartialEq<HandJointSetEXT> for HandJointSetEXT
impl PartialEq<HandJointSetEXT> for HandJointSetEXT
sourcefn eq(&self, other: &HandJointSetEXT) -> bool
fn eq(&self, other: &HandJointSetEXT) -> bool
impl Copy for HandJointSetEXT
impl Eq for HandJointSetEXT
impl StructuralEq for HandJointSetEXT
impl StructuralPartialEq for HandJointSetEXT
Auto Trait Implementations
impl RefUnwindSafe for HandJointSetEXT
impl Send for HandJointSetEXT
impl Sync for HandJointSetEXT
impl Unpin for HandJointSetEXT
impl UnwindSafe for HandJointSetEXT
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