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

pub struct Mem(_);

cl_mem

Methods

impl Mem
[src]

Only call this when passing a 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.

Trait Implementations

impl Debug for Mem
[src]

Formats the value using the given formatter.

impl Clone for Mem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Mem
[src]

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

impl Sync for Mem
[src]

impl Send for Mem
[src]