Struct ocl::raw::ContextRaw [] [src]

pub struct ContextRaw(_);

cl_context

Methods

impl ContextRaw
[src]

fn new(ptr: cl_context) -> ContextRaw

fn as_ptr(&self) -> cl_context

Trait Implementations

impl Copy for ContextRaw
[src]

impl Clone for ContextRaw
[src]

fn clone(&self) -> ContextRaw

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