Expand description
See documentation for the struct AtomicRingBuffer.
Structs§
- Atomic
Ring Buffer - A fixed-size multi-producer multi-consumer queue that works on bare-metal systems.
Enums§
- Error
- The errors that may happen during an enqueue or a dequeue operation.
Traits§
- Invariant
AsMut - A marker trait indicating that
as_mut()
andas_ref()
always return the same pointer.