Structs§
- PyBuffer
- Allows access to the underlying buffer used by a python object such as
bytes,bytearrayorarray.array. - Read
Only Cell - Like
std::mem::cell, but only provides read-only access to the data.
Enums§
Traits§
- Element
- Trait implemented for possible element types of
PyBuffer.