#[repr(C)]pub struct dJointTemplate<dJointTemplateBase> {
pub vtable_: *const dJointTemplate__bindgen_vtable,
pub _base: dJointTemplateBase,
pub _phantom_0: PhantomData<UnsafeCell<dJointTemplateBase>>,
}
Fields§
§vtable_: *const dJointTemplate__bindgen_vtable
§_base: dJointTemplateBase
§_phantom_0: PhantomData<UnsafeCell<dJointTemplateBase>>
Trait Implementations§
Source§impl<dJointTemplateBase: Clone> Clone for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase: Clone> Clone for dJointTemplate<dJointTemplateBase>
Source§fn clone(&self) -> dJointTemplate<dJointTemplateBase>
fn clone(&self) -> dJointTemplate<dJointTemplateBase>
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<dJointTemplateBase: Debug> Debug for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase: Debug> Debug for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase: Copy> Copy for dJointTemplate<dJointTemplateBase>
Auto Trait Implementations§
impl<dJointTemplateBase> Freeze for dJointTemplate<dJointTemplateBase>where
dJointTemplateBase: Freeze,
impl<dJointTemplateBase> !RefUnwindSafe for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase> !Send for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase> !Sync for dJointTemplate<dJointTemplateBase>
impl<dJointTemplateBase> Unpin for dJointTemplate<dJointTemplateBase>where
dJointTemplateBase: Unpin,
impl<dJointTemplateBase> UnwindSafe for dJointTemplate<dJointTemplateBase>where
dJointTemplateBase: UnwindSafe,
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