#[repr(C)]pub struct _PyCoCached {
pub _co_code: *mut PyObject,
pub _co_varnames: *mut PyObject,
pub _co_cellvars: *mut PyObject,
pub _co_freevars: *mut PyObject,
}
Fields§
§_co_code: *mut PyObject
§_co_varnames: *mut PyObject
§_co_cellvars: *mut PyObject
§_co_freevars: *mut PyObject
Trait Implementations§
Source§impl Clone for _PyCoCached
impl Clone for _PyCoCached
Source§fn clone(&self) -> _PyCoCached
fn clone(&self) -> _PyCoCached
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _PyCoCached
Auto Trait Implementations§
impl Freeze for _PyCoCached
impl RefUnwindSafe for _PyCoCached
impl !Send for _PyCoCached
impl !Sync for _PyCoCached
impl Unpin for _PyCoCached
impl UnwindSafe for _PyCoCached
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