[−][src]Struct numpy::npyffi::objects::PyUFuncObject
Fields
ob_base: PyObject
nin: c_int
nout: c_int
nargs: c_int
identity: c_int
functions: *mut PyUFuncGenericFunction
data: *mut *mut c_void
ntypes: c_int
reserved1: c_int
name: *const c_char
types: *mut c_char
doc: *const c_char
ptr: *mut c_void
obj: *mut PyObject
userloops: *mut PyObject
core_enabled: c_int
core_num_dim_ix: c_int
core_num_dims: *mut c_int
core_dim_ixs: *mut c_int
core_offsets: *mut c_int
core_signature: *mut c_char
type_resolver: PyUFunc_TypeResolutionFunc
legacy_inner_loop_selector: PyUFunc_LegacyInnerLoopSelectionFunc
reserved2: *mut c_void
masked_inner_loop_selector: PyUFunc_MaskedInnerLoopSelectionFunc
op_flags: *mut npy_uint32
iter_flags: npy_uint32
Trait Implementations
impl Clone for PyUFuncObject
[src]
fn clone(&self) -> PyUFuncObject
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PyUFuncObject
[src]
Auto Trait Implementations
impl RefUnwindSafe for PyUFuncObject
impl !Send for PyUFuncObject
impl !Sync for PyUFuncObject
impl Unpin for PyUFuncObject
impl UnwindSafe for PyUFuncObject
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> FromPy<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> IntoPy<U> for T where
U: FromPy<T>,
[src]
U: FromPy<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,