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