Module swap_buffer_queue::buffer
source · Expand description
Buffer definition and simple implementations.
Structs
- A simple array buffer.
- Wrapper to implement
InsertIntoBufferon iterators. - VecBuffer
stdA simple vector buffer.
Traits
Queuebuffer. It is used together withInsertIntoBuffer.Bufferwhose values can be drained from.Buffervalue.- Extension trait to instantiate
ValueIter. - Resizable
Buffer.
Type Aliases
- Alias of
OwnedBufferIterwith a queue reference.