Type Definition parquet::memory::ByteBufferPtr [−][src]
type ByteBufferPtr = BufferPtr<u8>;
Type alias for BufferPtr.
Trait Implementations
impl From<ByteBufferPtr> for ByteArray[src]
impl From<ByteBufferPtr> for ByteArrayfn from(ptr: ByteBufferPtr) -> ByteArray[src]
fn from(ptr: ByteBufferPtr) -> ByteArrayPerforms the conversion.