[][src]Trait ocl_stream::traits::to_shared_buffer::ToSharedBuffer

pub trait ToSharedBuffer<T> where
    T: OclPrm, 
{ pub fn to_shared_buffer(&self, pro_que: &ProQue) -> Result<SharedBuffer<T>>; }

Required methods

pub fn to_shared_buffer(&self, pro_que: &ProQue) -> Result<SharedBuffer<T>>[src]

Loading content...

Implementations on Foreign Types

impl<T> ToSharedBuffer<T> for Vec<T> where
    T: OclPrm, 
[src]

Loading content...

Implementors

Loading content...