pub struct ColumnBatchType { /* private fields */ }
Expand description
A collection of component types
Implementations§
Source§impl ColumnBatchType
impl ColumnBatchType
Sourcepub fn into_batch(self, size: u32) -> ColumnBatchBuilder
pub fn into_batch(self, size: u32) -> ColumnBatchBuilder
Construct a ColumnBatchBuilder
for exactly size
entities with these components
Trait Implementations§
Source§impl Clone for ColumnBatchType
impl Clone for ColumnBatchType
Source§fn clone(&self) -> ColumnBatchType
fn clone(&self) -> ColumnBatchType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ColumnBatchType
impl Debug for ColumnBatchType
Source§impl Default for ColumnBatchType
impl Default for ColumnBatchType
Source§fn default() -> ColumnBatchType
fn default() -> ColumnBatchType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColumnBatchType
impl RefUnwindSafe for ColumnBatchType
impl Send for ColumnBatchType
impl Sync for ColumnBatchType
impl Unpin for ColumnBatchType
impl UnwindSafe for ColumnBatchType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more