[][src]Trait fil_ocl_core::types::abs::MemCmdAll

pub unsafe trait MemCmdAll { }

Types which can be passed to any and all ::enqueue_... functions as the primary (ptr) argument and can also be passed as kernel cl_mem arguments.

These are strictly device side memory buffers.

Types created with ::create_buffer and ::create_image implement this trait.

Implementors

impl<'a> MemCmdAll for &'a &'a Mem[src]

impl<'a> MemCmdAll for &'a &'a mut Mem[src]

impl<'a> MemCmdAll for &'a Mem[src]

impl<'a> MemCmdAll for &'a mut Mem[src]

impl<'a> MemCmdAll for Mem[src]

Loading content...