Struct pyo3_ffi::_PyOpcache
source · [−]#[repr(C)]pub struct _PyOpcache(_);
Auto Trait Implementations
impl RefUnwindSafe for _PyOpcache
impl Send for _PyOpcache
impl Sync for _PyOpcache
impl Unpin for _PyOpcache
impl UnwindSafe for _PyOpcache
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