Available on non-
Py_LIMITED_API or Py_3_11 only.Expand description
PyBuffer implementation
Macrosยง
- impl_
element ๐
Structsยง
- PyBuffer
- A typed form of
PyUntypedBuffer. - PyUntyped
Buffer - Allows access to the underlying buffer used by a python object such as
bytes,bytearrayorarray.array. - RawBuffer ๐
- Wrapper around
ffi::Py_bufferto be!Unpin. - Read
Only Cell - Like std::cell::Cell, but only provides read-only access to the data.
Enumsยง
- Element
Type - Represents the type of a Python buffer element.
Traitsยง
- Element
- Trait implemented for possible element types of
PyBuffer.
Functionsยง
- debug_
buffer ๐ - is_
matching_ ๐endian Little-endian - native_
element_ ๐type_ from_ type_ char - standard_
element_ ๐type_ from_ type_ char