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

Implementations on Foreign Types

impl ClContextPtr for cl_context
[src]

[src]

impl<'a> ClContextPtr for &'a cl_context
[src]

[src]

Implementors