Struct pyo3_ffi::PyInterpreterState
source · [−]#[repr(C)]pub struct PyInterpreterState(_);
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more