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

Trait Implementations

impl Clone for PyArrayMultiIterObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PyArrayMultiIterObject
[src]