Struct specs::storage::MaskedStorage[][src]

pub struct MaskedStorage<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.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.