Stores a value in the buffer, creating a real Box.
Box
impl<T, H> BoxBuf<T, H> where H: Allocator, { fn set(self, val: T) -> Box<T, H> }
The value to be stored in the buffer.