pub trait Queue<B> {
    fn write_buffer(&self, buffer: &B, offset: BufferAddress, data: &[u8]);
}

Required Methods

Implementations on Foreign Types

Implementors