[−][src]Module arrow::bytes
This module contains an implementation of a contiguous immutable memory region that knows
how to de-allocate itself, Bytes.
Note that this is a low-level functionality of this crate.
Structs
| Bytes | A continuous, fixed-size, immutable memory region that knows how to de-allocate itself.
This structs' API is inspired by the |
Enums
| Deallocation | Mode of deallocating memory regions |