Type Alias ha_ndarray::host::StackVec
source · pub type StackVec<T> = SmallVec<[T; 64]>;
Expand description
A stack-allocated buffer.
Aliased Type§
struct StackVec<T> { /* private fields */ }
Trait Implementations§
source§impl<T: CType> BufferInstance<T> for StackVec<T>
impl<T: CType> BufferInstance<T> for StackVec<T>
source§fn read(&self) -> BufferConverter<'_, T>
fn read(&self) -> BufferConverter<'_, T>
Borrow this buffer as a
BufferConverter
.