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