pub type ChannelMultiOgreArcAtomic<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> = Atomic<'static, ItemType, AllocatorAtomicArray<ItemType, BUFFER_SIZE>, BUFFER_SIZE, MAX_STREAMS>;

Aliased Type§

struct ChannelMultiOgreArcAtomic<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> { /* private fields */ }