Struct hecs::ColumnBatchType [−][src]
pub struct ColumnBatchType { /* fields omitted */ }Expand description
A collection of component types
Implementations
Construct a ColumnBatchBuilder for exactly size entities with these components
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ColumnBatchTypeimpl Send for ColumnBatchTypeimpl Sync for ColumnBatchTypeimpl Unpin for ColumnBatchTypeimpl UnwindSafe for ColumnBatchTypeBlanket Implementations
Mutably borrows from an owned value. Read more