Struct oxygengine_core::ecs::commands::ColumnBatch
source · [−]pub struct ColumnBatch(_);
Expand description
A collection of component data for entities with the same component types
Auto Trait Implementations
impl RefUnwindSafe for ColumnBatch
impl !Send for ColumnBatch
impl !Sync for ColumnBatch
impl Unpin for ColumnBatch
impl UnwindSafe for ColumnBatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more