Expand description
Buffer types for I/O operations.
IoBuf: Immutable byte bufferIoBufMut: Mutable byte bufferIoBufs: Container for one or more immutable buffersIoBufsMut: Container for one or more mutable buffersBufferPool: Pool of reusable, aligned buffers
Structs§
- Buffer
Pool - A pool of reusable, aligned buffers.
- Buffer
Pool Config - Configuration for a buffer pool.
- IoBuf
- Immutable byte buffer.
- IoBuf
Mut - Mutable byte buffer.