Struct pyo3_ffi::PyGenObject

source ·
#[repr(C)]
pub struct PyGenObject { pub ob_base: PyObject, pub gi_frame: *mut PyFrameObject, pub gi_running: c_int, pub gi_code: *mut PyObject, pub gi_weakreflist: *mut PyObject, pub gi_name: *mut PyObject, pub gi_qualname: *mut PyObject, pub gi_exc_state: _PyErr_StackItem, }

Fields§

§ob_base: PyObject§gi_frame: *mut PyFrameObject§gi_running: c_int§gi_code: *mut PyObject§gi_weakreflist: *mut PyObject§gi_name: *mut PyObject§gi_qualname: *mut PyObject§gi_exc_state: _PyErr_StackItem

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.