Trait ocl_core::types::abs::AsMem

source ·
pub trait AsMem<T>where
    T: OclPrm,
{ fn as_mem(&self) -> &Mem; }
Expand description

AsRef with a type being carried along for convenience.

Required Methods

Implementations on Foreign Types

Implementors