Trait pyo3::pycell::PyCellLayout
source · [−]pub trait PyCellLayout<T>: PyLayout<T> {
fn get_borrow_flag(&self) -> BorrowFlag;
fn set_borrow_flag(&self, flag: BorrowFlag);
unsafe fn tp_dealloc(slf: *mut PyObject, py: Python<'_>);
}