Module sized_chunks::ring_buffer [−][src]
A fixed capacity ring buffer.
See RingBuffer
Structs
Drain | A draining iterator over a |
Iter | A reference iterator over a |
IterMut | A mutable reference iterator over a |
OwnedIter | A consuming iterator over a |
RingBuffer | A fixed capacity ring buffer. |
Slice | An indexable representation of a subset of a |
SliceMut | An indexable representation of a mutable subset of a |
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. |