Struct collenchyma::frameworks::opencl::memory::Memory [] [src]

pub struct Memory { /* fields omitted */ }

Holds a OpenCL memory id and manages its deallocation

Methods

impl Memory
[src]

Trait Implementations

impl Debug for Memory
[src]

Formats the value using the given formatter.

impl Drop for Memory
[src]

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

impl IMemory for Memory
[src]