pub struct ArchetypicalRegistry<K, V, HandleType> { /* private fields */ }
Expand description

Registry that stores the values in archetypes, each key representing an archetype.

This is used by the ObjectManager to store objects. It uses the material archetype and a custom u64 as the key.

Implementations

Returns an iterator over all values regardless of its archetype

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.