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