Trait DerivedComponent
tm_rs::component
pub trait DerivedComponent: Component { pub const CREATE_TYPES: Option<unsafe extern "C" fn(_: *mut tm_the_truth_o)>; pub const CREATE_COMPONENT: unsafe extern "C" fn(_: *mut tm_entity_context_o); }
pub const CREATE_TYPES: Option<unsafe extern "C" fn(_: *mut tm_the_truth_o)>
pub const CREATE_COMPONENT: unsafe extern "C" fn(_: *mut tm_entity_context_o)