[−][src]Module futures_intrusive::buffer
Buffer types
Structs
ArrayBuf | An array-backed Ring Buffer |
FixedHeapBuf | A Ring Buffer which stores all items on the heap. |
GrowingHeapBuf | A Ring Buffer which stores all items on the heap but grows dynamically. |
Traits
RealArray | A marker trait which may only be implemented for native array types, like
|
RingBuf | A Ring Buffer of items |