Type Alias aligned_buffer_pool::SerializerAlignedBuffer
source · pub type SerializerAlignedBuffer<P, const ALIGNMENT: usize = DEFAULT_BUFFER_ALIGNMENT, A = Global> = SharedAlignedBuffer<ALIGNMENT, BufferPoolAllocator<P, ALIGNMENT, SerializerWeakRef<P, ALIGNMENT, A>, A>>;Aliased Type§
struct SerializerAlignedBuffer<P, const ALIGNMENT: usize = DEFAULT_BUFFER_ALIGNMENT, A = Global> { /* private fields */ }Trait Implementations§
source§fn from(serializer: Serializer<P, ALIGNMENT, A>) -> Self
fn from(serializer: Serializer<P, ALIGNMENT, A>) -> Self
Converts to this type from the input type.