Struct arrayfire::Indexer [] [src]

pub struct Indexer { /* fields omitted */ }

Struct to manage an array of resources of type af_indexer_t(ArrayFire C struct)

Methods

impl Indexer
[src]

Set either Array or Seq to index an Array along idx dimension

Get native(ArrayFire) resource handle

Get number of indexers

This can be a maximum of four since currently ArrayFire supports maximum of four dimensions

Trait Implementations

impl Drop for Indexer
[src]

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