Struct ocl_core::types::abs::Program [] [src]

#[repr(C)]
pub struct Program(_);

cl_program

Methods

impl Program
[src]

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

Only call this when passing a copied pointer such as from an clGet*****Info function.

Returns a pointer, do not store it.

Returns the devices associated with this program.

Trait Implementations

impl Debug for Program
[src]

Formats the value using the given formatter.

impl Clone for Program
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Program
[src]

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

impl Sync for Program
[src]

impl Send for Program
[src]

impl ClVersions for Program
[src]