Struct pyo3::pyclass_slots::PyClassWeakRefSlot [−][src]
#[repr(transparent)]pub struct PyClassWeakRefSlot(_);
Actual weakref field, which holds the pointer to __weakref__.
#[pyclass(weakref)] automatically adds this.
Trait Implementations
impl PyClassWeakRef for PyClassWeakRefSlot[src]
impl PyClassWeakRef for PyClassWeakRefSlot[src]