pub struct GpuBuffer {
pub num_rows: u64,
pub schema: Schema,
}Expand description
Opaque handle to GPU memory buffer Actual implementation lives in xlog-cuda
Fields§
§num_rows: u64Number of rows in this buffer
schema: SchemaSchema of this buffer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpuBuffer
impl RefUnwindSafe for GpuBuffer
impl Send for GpuBuffer
impl Sync for GpuBuffer
impl Unpin for GpuBuffer
impl UnsafeUnpin for GpuBuffer
impl UnwindSafe for GpuBuffer
Blanket Implementations§
impl<T> Allocation for T
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