pub struct HandJointsMotionRangeEXT(/* private fields */);
Expand description
Implementations§
Source§impl 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§
Source§impl Clone for HandJointsMotionRangeEXT
impl Clone for HandJointsMotionRangeEXT
Source§fn clone(&self) -> HandJointsMotionRangeEXT
fn clone(&self) -> HandJointsMotionRangeEXT
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 HandJointsMotionRangeEXT
impl Debug for HandJointsMotionRangeEXT
Source§impl PartialEq for HandJointsMotionRangeEXT
impl PartialEq for HandJointsMotionRangeEXT
impl Copy for HandJointsMotionRangeEXT
impl Eq for HandJointsMotionRangeEXT
impl StructuralPartialEq for HandJointsMotionRangeEXT
Auto Trait Implementations§
impl Freeze for HandJointsMotionRangeEXT
impl RefUnwindSafe for HandJointsMotionRangeEXT
impl Send for HandJointsMotionRangeEXT
impl Sync for HandJointsMotionRangeEXT
impl Unpin for HandJointsMotionRangeEXT
impl UnwindSafe for HandJointsMotionRangeEXT
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