#[repr(C)]pub struct PyCodeObject(/* private fields */);
Available on non-
Py_LIMITED_API
only.Expand description
A Python code object.
pyo3-ffi
does not expose the contents of this struct, as it has no stability guarantees.
Auto Trait Implementations§
impl Freeze for PyCodeObject
impl RefUnwindSafe for PyCodeObject
impl Send for PyCodeObject
impl Sync for PyCodeObject
impl Unpin for PyCodeObject
impl UnwindSafe for PyCodeObject
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