Trait ocl_core::types::abs::ClContextPtr
[−]
[src]
pub unsafe trait ClContextPtr: Debug + Copy { fn as_ptr(&self) -> cl_context; }
Types with a copy of a context pointer.
Required Methods
fn as_ptr(&self) -> cl_context
Implementations on Foreign Types
impl ClContextPtr for cl_context
[src]
fn as_ptr(&self) -> cl_context
[src]
impl<'a> ClContextPtr for &'a cl_context
[src]
fn as_ptr(&self) -> cl_context
[src]
Implementors
impl<'a> ClContextPtr for &'a Context
impl<'a> ClContextPtr for &'a CommandQueue