[−][src]Struct pyo3::ffi::PyCodeObject
Fields
ob_base: PyObject
co_argcount: c_int
co_kwonlyargcount: c_int
co_nlocals: c_int
co_stacksize: c_int
co_flags: c_int
co_firstlineno: c_int
co_code: *mut PyObject
co_consts: *mut PyObject
co_names: *mut PyObject
co_varnames: *mut PyObject
co_freevars: *mut PyObject
co_cellvars: *mut PyObject
co_cell2arg: *mut c_uchar
co_filename: *mut PyObject
co_name: *mut PyObject
co_lnotab: *mut PyObject
co_zombieframe: *mut c_void
co_weakreflist: *mut PyObject
co_extra: *mut c_void
Trait Implementations
impl Clone for PyCodeObject
[src]
fn clone(&self) -> PyCodeObject
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PyCodeObject
[src]
Auto Trait Implementations
impl RefUnwindSafe for PyCodeObject
impl !Send for PyCodeObject
impl !Sync for PyCodeObject
impl Unpin for PyCodeObject
impl UnwindSafe for PyCodeObject
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> FromPy<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> IntoPy<U> for T where
U: FromPy<T>,
[src]
U: FromPy<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,