#[repr(C)]pub struct _PyOpcache(/* private fields */);
Available on non-
Py_LIMITED_API
only.Auto Trait Implementations§
impl Freeze for _PyOpcache
impl RefUnwindSafe for _PyOpcache
impl Send for _PyOpcache
impl Sync for _PyOpcache
impl Unpin for _PyOpcache
impl UnwindSafe for _PyOpcache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more