Trait VectorStore
pub trait VectorStore: Sized
Associated Types
type ElementType;
Required Methods
unsafe fn vec_store_len(self, ptr: *mut Self::ElementType, byte_count: u32)
Provided Methods
unsafe fn vec_xst(self, offset: isize, ptr: *mut Self::ElementType)
Implementors
impl VectorStore for vector_doubleimpl VectorStore for vector_floatimpl VectorStore for vector_signed_charimpl VectorStore for vector_signed_intimpl VectorStore for vector_signed_long_longimpl VectorStore for vector_signed_shortimpl VectorStore for vector_unsigned_charimpl VectorStore for vector_unsigned_intimpl VectorStore for vector_unsigned_long_longimpl VectorStore for vector_unsigned_short