pub struct ColumnBatchBuilder { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.