Module ring_buffer

Source
Expand description

A fixed capacity ring buffer.

See RingBuffer

Structs§

Drain
A draining iterator over a RingBuffer.
Iter
A reference iterator over a RingBuffer.
IterMut
A mutable reference iterator over a RingBuffer.
OwnedIter
A consuming iterator over a RingBuffer.
RingBuffer
A fixed capacity ring buffer.
Slice
An indexable representation of a subset of a RingBuffer.
SliceMut
An indexable representation of a mutable subset of a RingBuffer.

Traits§

Array
Trait for data structures which are indexed like arrays.
ArrayMut
Trait for arrays with mutable indexes.
HasLength
Trait for data structures which have a length.