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

#[repr(C)]
pub struct MemMap<T>(_);

A pointer to a region of mapped (pinned) memory.

Methods

impl<T: OclPrm> MemMap<T>
[src]

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

Trait Implementations

impl<T: Debug> Debug for MemMap<T>
[src]

Formats the value using the given formatter.

impl<T> AsMem<T> for MemMap<T> where
    T: OclPrm
[src]

impl<T: OclPrm> MemCmdRw for MemMap<T>
[src]

impl<'a, T: OclPrm> MemCmdRw for &'a MemMap<T>
[src]

impl<'a, T: OclPrm> MemCmdRw for &'a mut MemMap<T>
[src]

impl<T: OclPrm> Send for MemMap<T>
[src]