pub type dBody = dBodyTemplate<dBodyDynamicIDContainer>;Aliased Type§
#[repr(C)]pub struct dBody {
pub _base: dBodyDynamicIDContainer,
pub _phantom_0: PhantomData<UnsafeCell<dBodyDynamicIDContainer>>,
}Fields§
§_base: dBodyDynamicIDContainer§_phantom_0: PhantomData<UnsafeCell<dBodyDynamicIDContainer>>