A heap-allocated object.
struct BoxBuf<T, Heap = Libc> where Heap: Allocator, { /* private fields */ }
self
Stores a value in the buffer, creating a real Box.
Box
Objects with a destructor.