pub type NpyIter_GetMultiIndexFunc = Option<unsafe extern "C" fn(_: *mut NpyIter, _: *mut npy_intp)>;

Aliased Type§

enum NpyIter_GetMultiIndexFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut NpyIter, _: *mut isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut NpyIter, _: *mut isize))

Some value of type T.