Module pyo3::buffer [−][src]
Expand description
PyBuffer
implementation
Structs
Allows access to the underlying buffer used by a python object such as bytes
, bytearray
or array.array
.
Like std::mem::cell
, but only provides read-only access to the data.
Enums
Traits
Trait implemented for possible element types of PyBuffer
.