numpy::borrow

Type Alias PyReadwriteArray3

Source
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 */ }