Type Definition af_array
arrayfire
type af_array = *mut c_void;
ArrayFire FFI Type alias for af_array
impl<T: HasAfEnum> Into<Array<T>> for af_array
Used for creating Array object from native resource id, an 64 bit integer
fn into(self) -> Array<T>
Performs the conversion.