[][src]Module futures_intrusive::buffer

Buffer types

Structs

ArrayRingBuf

An array-backed Ring Buffer

HeapRingBuf

A Ring Buffer which stores all items on the heap.

Traits

RealArray

A marker trait which may only be implemented for native array types, like [T; 2]. The library incorporates several components that are parameterized by array types, but currently Rust provides no safe mechanism to express that.

RingBuf

A Ring Buffer of items