Macros§
Structs§
- RingBuf
- A ring buffer for arbitrary but default-initializable data. A ring buffer for arbitrary but default-initializable data.
- Ring
Iter - An iterator over the elements of a
RingBuf
. An iterator over aRingBuf
. - Ring
Iter Mut - A mutable iterator over the elements of a
RingBuf
. A mutable iterator over aRingBuf
.