Struct hecs::ColumnBatchBuilder[][src]

pub struct ColumnBatchBuilder { /* fields omitted */ }
Expand description

An incomplete collection of component data for entities with the same component types

Implementations

Create a batch for exactly size entities with certain component types

Get a handle for inserting T components if T was in the ColumnBatchType

Finish the batch, failing if any components are missing

Trait Implementations

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 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.