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