Module pyo3::pyclass_slots [−][src]
Expand description
This module contains additional fields for #[pyclass]..
Mainly used by our proc-macro codes.
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 __dict__ field for #[pyclass].
Represents __weakref__ field for #[pyclass].
