pub type dBallJointTemplate_dBaseTemplate<dJointTemplateBase> = dJointTemplate<dJointTemplateBase>;Aliased Type§
#[repr(C)]pub struct dBallJointTemplate_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>>