[][src]Module shine_ecs::resources::unnamed

Structs

Index

Reference counted indexing of the store items in O(1).

ReadGuard

Guarded read access to a store

ReadStore

Grant immutable access to a (unnamed) store inside a System

Store

A thin wrapper for InnerStore to make it more ergonomic to the world.

WriteGuard

Guarded update access to a store

WriteStore

Grant mutable access to a (unnamed) store inside a System