Struct ocl::core::Context [] [src]

pub struct Context(_);

cl_context

Methods

impl Context
[src]

unsafe fn from_fresh_ptr(ptr: cl_context) -> Context

Only call this when passing a newly created pointer directly from clCreate.... Do not use this to clone or copy.

unsafe fn as_ptr(&self) -> cl_context

Returns a pointer, do not store it.

Trait Implementations

impl Debug for Context
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Context
[src]

fn clone(&self) -> Context

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Drop for Context
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more

impl Sync for Context
[src]

impl Send for Context
[src]