[][src]Module pyo3::buffer

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::mem::cell, but only provides read-only access to the data.

Enums

ElementType

Traits

Element

Trait implemented for possible element types of PyBuffer.