Struct entity_data::EntityStorageLayout
source · [−]pub struct EntityStorageLayout { /* private fields */ }Expand description
A layout of the EntityStorage.
Can be used to crate multiple EntityStorages with the same archetypes.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EntityStorageLayout
impl Send for EntityStorageLayout
impl Sync for EntityStorageLayout
impl Unpin for EntityStorageLayout
impl UnwindSafe for EntityStorageLayout
Blanket Implementations
Mutably borrows from an owned value. Read more