Type Alias ode_base::ode::dBody

source ·
pub type dBody = dBodyTemplate<dBodyDynamicIDContainer>;

Aliased Type§

struct dBody {
    pub _base: dBodyDynamicIDContainer,
    pub _phantom_0: PhantomData<UnsafeCell<dBodyDynamicIDContainer>>,
}

Fields§

§_base: dBodyDynamicIDContainer§_phantom_0: PhantomData<UnsafeCell<dBodyDynamicIDContainer>>