Type Alias ode_base::ode::dNullJointTemplate_dBaseTemplate

source ·
pub type dNullJointTemplate_dBaseTemplate<dJointTemplateBase> = dJointTemplate<dJointTemplateBase>;

Aliased Type§

struct dNullJointTemplate_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>>