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

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

cl_mem

Methods

impl Mem
[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.

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<T> AsMem<T> for Mem where
    T: OclPrm
[src]

impl<'a> MemCmdRw for Mem
[src]

impl<'a> MemCmdRw for &'a Mem
[src]

impl<'a> MemCmdRw for &'a mut Mem
[src]

impl<'a> MemCmdAll for Mem
[src]

impl<'a> MemCmdAll for &'a Mem
[src]

impl<'a> MemCmdAll for &'a mut Mem
[src]

impl Sync for Mem
[src]

impl Send for Mem
[src]