|
1445 | 1445 | )</h4></section><section id="method.PyArray_GetDefaultDescr" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#368">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_GetDefaultDescr" class="fn">PyArray_GetDefaultDescr</a><'py>( |
1446 | 1446 | &self, |
1447 | 1447 | py: Python<'py>, |
1448 | | - DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
| 1448 | + DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
1449 | 1449 | ) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_Descr.html" title="struct numpy::npyffi::objects::PyArray_Descr">PyArray_Descr</a></h4></section><section id="method.PyArrayInitDTypeMeta_FromSpec" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#369">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArrayInitDTypeMeta_FromSpec" class="fn">PyArrayInitDTypeMeta_FromSpec</a><'py>( |
1450 | 1450 | &self, |
1451 | 1451 | py: Python<'py>, |
1452 | | - DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
| 1452 | + DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
1453 | 1453 | spec: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArrayDTypeMeta_Spec.html" title="struct numpy::npyffi::objects::PyArrayDTypeMeta_Spec">PyArrayDTypeMeta_Spec</a>, |
1454 | 1454 | ) -> <a class="type" href="https://doc.rust-lang.org/1.93.0/std/os/raw/type.c_int.html" title="type std::os::raw::c_int">c_int</a></h4></section><section id="method.PyArray_CommonDType" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#370">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_CommonDType" class="fn">PyArray_CommonDType</a><'py>( |
1455 | 1455 | &self, |
1456 | 1456 | py: Python<'py>, |
1457 | | - dtype1: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
1458 | | - dtype2: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
1459 | | -) -> <a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method.PyArray_PromoteDTypeSequence" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#371">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_PromoteDTypeSequence" class="fn">PyArray_PromoteDTypeSequence</a><'py>( |
| 1457 | + dtype1: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
| 1458 | + dtype2: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
| 1459 | +) -> <a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method.PyArray_PromoteDTypeSequence" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#371">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_PromoteDTypeSequence" class="fn">PyArray_PromoteDTypeSequence</a><'py>( |
1460 | 1460 | &self, |
1461 | 1461 | py: Python<'py>, |
1462 | 1462 | length: <a class="type" href="../types/type.npy_intp.html" title="type numpy::npyffi::types::npy_intp">npy_intp</a>, |
1463 | | - dtypes_in: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
1464 | | -) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method._PyDataType_GetArrFuncs" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#372">Source</a><h4 class="code-header">pub unsafe fn <a href="#method._PyDataType_GetArrFuncs" class="fn">_PyDataType_GetArrFuncs</a><'py>( |
| 1463 | + dtypes_in: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>, |
| 1464 | +) -> <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method._PyDataType_GetArrFuncs" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#372">Source</a><h4 class="code-header">pub unsafe fn <a href="#method._PyDataType_GetArrFuncs" class="fn">_PyDataType_GetArrFuncs</a><'py>( |
1465 | 1465 | &self, |
1466 | 1466 | py: Python<'py>, |
1467 | 1467 | descr: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*const </a><a class="struct" href="../objects/struct.PyArray_Descr.html" title="struct numpy::npyffi::objects::PyArray_Descr">PyArray_Descr</a>, |
|
0 commit comments