MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / get

Method get

src/core/index.rs:233–235  ·  view source on GitHub ↗

Get native(ArrayFire) resource handle

(&self)

Source from the content-addressed store, hash-verified

231
232 /// Get native(ArrayFire) resource handle
233 pub unsafe fn get(&self) -> af_index_t {
234 self.handle
235 }
236}
237
238impl<'object> Drop for Indexer<'object> {

Callers 6

setMethod · 0.45
indexFunction · 0.45
lookupFunction · 0.45
assign_seqFunction · 0.45
index_genFunction · 0.45
assign_genFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected