Struct pyo3::ffi::PyListObject [−][src]
#[repr(C)]pub struct PyListObject { pub ob_base: PyVarObject, pub ob_item: *mut *mut PyObject, pub allocated: Py_ssize_t, }
Fields
ob_base: PyVarObjectob_item: *mut *mut PyObjectallocated: Py_ssize_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyListObject
impl !Send for PyListObject
impl !Sync for PyListObject
impl Unpin for PyListObject
impl UnwindSafe for PyListObject
Blanket Implementations
Mutably borrows from an owned value. Read more