Type Alias ode_base::ode::dPRJointTemplate_dBaseTemplate
source · pub type dPRJointTemplate_dBaseTemplate<dJointTemplateBase> = dJointTemplate<dJointTemplateBase>;Aliased Type§
struct dPRJointTemplate_dBaseTemplate<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>>