pyo3

Module buffer

Source
Expand description

PyBuffer implementation

Structs§

PyBuffer
Allows access to the underlying buffer used by a python object such as bytes, bytearray or array.array.
ReadOnlyCell
Like std::cell::Cell, but only provides read-only access to the data.

Enums§

ElementType
Represents the type of a Python buffer element.

Traits§

Element
Trait implemented for possible element types of PyBuffer.