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

pub struct Memory { /* fields omitted */ }

Defines a Cuda Memory.

Methods

impl Memory
[src]

Initializes a new Cuda memory.

Initializes a new Cuda memory from its C type.

Returns the memory id as its C type.

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]