Struct oxygengine_core::ecs::storage::MaskedStorage[][src]

pub struct MaskedStorage<T> where
    T: Component
{ /* fields omitted */ }
Expand description

The UnprotectedStorage together with the BitSet that knows about which elements are stored, and which are not.

Implementations

Creates a new MaskedStorage. This is called when you register a new component type within the world.

Clear the contents of this storage.

Remove an element by a given index.

Drop an element by a given index.

Trait Implementations

Drop components of given entities.

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

Executes the destructor for this 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.

Tries to create the default.

Calls try_default and panics on an error case.

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.