pub struct HandJointSetEXT(/* private fields */);
Expand description
Implementations§
Source§impl HandJointSetEXT
impl HandJointSetEXT
pub const DEFAULT: HandJointSetEXT
pub const HAND_WITH_FOREARM_ULTRA: HandJointSetEXT
pub fn from_raw(x: i32) -> HandJointSetEXT
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for HandJointSetEXT
impl Clone for HandJointSetEXT
Source§fn clone(&self) -> HandJointSetEXT
fn clone(&self) -> HandJointSetEXT
Returns a copy 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 HandJointSetEXT
impl Debug for HandJointSetEXT
Source§impl PartialEq for HandJointSetEXT
impl PartialEq for HandJointSetEXT
impl Copy for HandJointSetEXT
impl Eq for HandJointSetEXT
impl StructuralPartialEq for HandJointSetEXT
Auto Trait Implementations§
impl Freeze for HandJointSetEXT
impl RefUnwindSafe for HandJointSetEXT
impl Send for HandJointSetEXT
impl Sync for HandJointSetEXT
impl Unpin for HandJointSetEXT
impl UnwindSafe for HandJointSetEXT
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