Type Alias dLMotorJoint

Source
pub type dLMotorJoint = dLMotorJointTemplate<dJointDynamicIDContainer>;

Aliased Type§

#[repr(C)]
pub struct dLMotorJoint { pub _base: dJointTemplate<dJointDynamicIDContainer>, pub _phantom_0: PhantomData<UnsafeCell<dJointDynamicIDContainer>>, }

Fields§

§_base: dJointTemplate<dJointDynamicIDContainer>§_phantom_0: PhantomData<UnsafeCell<dJointDynamicIDContainer>>