Structs

Enums

Traits

  • A statically typed collection of components
  • Types that can be components, implemented automatically for all Send + Sync + 'static types
  • &T or &mut T where T is some component type
  • &T where T is some component type
  • A dynamically typed collection of components
  • A dynamically typed collection of cloneable components
  • Streaming iterators over contiguous homogeneous ranges of components
  • A collection of component types to fetch from a World
  • Marker trait indicating whether a given Query will not produce unique references

Derive Macros