Module pyo3::pyclass_slots[][src]

Expand description

This module contains additional fields for #[pyclass]. Mainly used by PyO3’s proc-macro code.

Structs

Actual dict field, which holds the pointer to __dict__.

Zero-sized dummy field.

Actual weakref field, which holds the pointer to __weakref__.

Traits

Represents the __dict__ field for #[pyclass].

Represents the __weakref__ field for #[pyclass].