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