Module rin::ecs::component [−][src]
Different component traits usually implmented using the corresponding derive attribute.
Traits
| Changes | |
| Component | Main Component trait. |
| ComponentSend |
|
| ComponentThreadLocal | Non |
| HasChanged | |
| NToOneComponent | N to One components are just references to other entities. |
| NToOneComponentSend |
|
| NToOneComponentThreadLocal | Non |
| OneToNComponent | One to N Component trait. |
| OneToNComponentSend |
|
| OneToNComponentThreadLocal | Non |
| OneToOneComponent | One to One components are just references to other entities where the reference must be unique. |
| OneToOneComponentSend |
|
| OneToOneComponentThreadLocal | Non |
| ReferenceType |
Type Definitions
| Id |