pub type PyReadwriteArray3<'py, T> = PyReadwriteArray<'py, T, Ix3>;
Expand description
Read-write borrow of a three-dimensional array.
Aliased Typeยง
struct PyReadwriteArray3<'py, T> { /* private fields */ }
pub type PyReadwriteArray3<'py, T> = PyReadwriteArray<'py, T, Ix3>;
Read-write borrow of a three-dimensional array.
struct PyReadwriteArray3<'py, T> { /* private fields */ }