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
ob_base: PyObjectdata: *mut c_charnd: c_intdimensions: *mut npy_intpstrides: *mut npy_intpbase: *mut PyObjectdescr: *mut PyArray_Descrflags: c_intweakreflist: *mut PyObjectTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyArrayObjectimpl !Send for PyArrayObjectimpl !Sync for PyArrayObjectimpl Unpin for PyArrayObjectimpl UnwindSafe for PyArrayObjectBlanket Implementations
Mutably borrows from an owned value. Read more