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