Struct pyo3::ffi::PyInterpreterState [−][src]
#[repr(C)]pub struct PyInterpreterState {
pub ob_base: PyObject,
pub eval_frame: _PyFrameEvalFunction,
}
Fields
ob_base: PyObject
eval_frame: _PyFrameEvalFunction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyInterpreterState
impl !Send for PyInterpreterState
impl !Sync for PyInterpreterState
impl Unpin for PyInterpreterState
impl UnwindSafe for PyInterpreterState
Blanket Implementations
Mutably borrows from an owned value. Read more