Type Alias aligned_buffer_pool::SharedPooledAlignedBuffer
source · pub type SharedPooledAlignedBuffer<const ALIGNMENT: usize, P, A = Global> = SharedAlignedBuffer<ALIGNMENT, BufferPoolAllocator<P, ALIGNMENT, WeakAlignedBufferPool<P, ALIGNMENT, A>, A>>;Aliased Type§
struct SharedPooledAlignedBuffer<const ALIGNMENT: usize, P, A = Global> { /* private fields */ }