Struct numpy::npyffi::objects::PyArrayObject [] [src]

#[repr(C)]
pub struct PyArrayObject { pub ob_base: PyObject, pub data: *mut c_char, pub nd: c_int, pub dimensions: *mut npy_intp, pub strides: *mut npy_intp, pub base: *mut PyObject, pub descr: *mut PyArray_Descr, pub flags: c_int, pub weakreflist: *mut PyObject, }

Fields

Trait Implementations

impl Copy for PyArrayObject
[src]

impl Clone for PyArrayObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more