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