Struct ocl::raw::ProgramRaw [] [src]

pub struct ProgramRaw(_);

cl_program

Methods

impl ProgramRaw
[src]

fn new(ptr: cl_program) -> ProgramRaw

fn as_ptr(&self) -> cl_program

Trait Implementations

impl Copy for ProgramRaw
[src]

impl Clone for ProgramRaw
[src]

fn clone(&self) -> ProgramRaw

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