Expand description
Structs§
- A ring buffer with an upper bound on its length.
- An iterator that drains the ring buffer by
pop
ping each element one at a time. - A ring buffer with a fixed length.
Traits§
- Types that may be used as a constant-length buffer underlying a
Bounded
ring buffer. - Types that may be used as a data slice for
Fixed
andBounded
ring buffers. - Types that may be used as a data slice for mutable
Fixed
andBounded
ring buffers.