Struct numpy::npyffi::objects::PyArrayMultiIterObject
[−]
[src]
#[repr(C)]pub struct PyArrayMultiIterObject { pub ob_base: PyObject, pub numiter: c_int, pub size: npy_intp, pub index: npy_intp, pub nd: c_int, pub dimensions: [npy_intp; 32], pub iters: [*mut PyArrayIterObject; 32], }
Fields
ob_base: PyObject
numiter: c_int
size: npy_intp
index: npy_intp
nd: c_int
dimensions: [npy_intp; 32]
iters: [*mut PyArrayIterObject; 32]
Trait Implementations
impl Clone for PyArrayMultiIterObject
[src]
fn clone(&self) -> PyArrayMultiIterObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more