Struct itron_solid_fmp3::memorypool::Builder [−][src]
pub struct Builder<BlockSize, BlockCount> { /* fields omitted */ }
This is supported on crate features
unstable
and dcre
only.Expand description
The builder type for memory pools.
Created by MemoryPool::build
.
Its generic parameters are an implementation detail.
Implementations
(Mandatory) Specify the block size.
(Mandatory) Specify the capacity, measured in number of blocks.
Specify the queue order. Defaults to Fifo
when unspecified.
Create a memory pool using the specified parameters.