Struct pyo3::ffi::PyObject[][src]

#[repr(C)]
pub struct PyObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, }

Fields

Trait Implementations

impl Copy for PyObject
[src]

impl Clone for PyObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PyObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PyObject

impl !Sync for PyObject