Trait smpte2022_1_fec::BufferPool[][src]

pub trait BufferPool {
    type P: Packet;
    fn allocate(&self) -> Option<Self::P>;
}

Associated Types

Loading content...

Required methods

fn allocate(&self) -> Option<Self::P>[src]

Loading content...

Implementors

impl BufferPool for HeapPool[src]

type P = HeapPacket

Loading content...