pyo3

Module buffer

Source
Available on non-Py_LIMITED_API or Py_3_11 only.
Expand description

PyBuffer implementation

Macrosยง

Structsยง

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

Enumsยง

  • Represents the type of a Python buffer element.

Traitsยง

  • Trait implemented for possible element types of PyBuffer.

Functionsยง

โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here