[][src]Module magnetic::buffer

Memory buffer API

The Buffer trait defined here allows the memory buffer of the queue to be defined independently from the queue implementation.

Modules

dynamic

Buffer which is allocated at run time

Traits

Buffer

All buffers must implement this trait to be used with any of the queues.