#[repr(C)]pub struct IKMappingLimb_BoneMapType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for IKMappingLimb_BoneMapType
impl Clone for IKMappingLimb_BoneMapType
Source§fn clone(&self) -> IKMappingLimb_BoneMapType
fn clone(&self) -> IKMappingLimb_BoneMapType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IKMappingLimb_BoneMapType
impl Debug for IKMappingLimb_BoneMapType
Source§impl PartialEq for IKMappingLimb_BoneMapType
impl PartialEq for IKMappingLimb_BoneMapType
impl Copy for IKMappingLimb_BoneMapType
impl Eq for IKMappingLimb_BoneMapType
impl StructuralPartialEq for IKMappingLimb_BoneMapType
Auto Trait Implementations§
impl Freeze for IKMappingLimb_BoneMapType
impl RefUnwindSafe for IKMappingLimb_BoneMapType
impl Send for IKMappingLimb_BoneMapType
impl Sync for IKMappingLimb_BoneMapType
impl Unpin for IKMappingLimb_BoneMapType
impl UnwindSafe for IKMappingLimb_BoneMapType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)