Thanks to visit codestin.com
Credit goes to docs.rs

af_array

Type Alias af_array 

Source
pub type af_array = *mut c_void;
Expand description

ArrayFire FFI Type alias for af_array

Trait Implementations§

Source§

impl<T: HasAfEnum> Into<Array<T>> for af_array

Used for creating Array object from native resource id, an 64 bit integer

Source§

fn into(self) -> Array<T>

Converts this type into the (usually inferred) input type.