Struct rustpython_jit::CompiledCode
source · pub struct CompiledCode { /* private fields */ }
Implementations§
source§impl CompiledCode
impl CompiledCode
pub fn args_builder(&self) -> ArgsBuilder<'_>
pub fn invoke( &self, args: &[AbiValue] ) -> Result<Option<AbiValue>, JitArgumentError>
Trait Implementations§
source§impl Debug for CompiledCode
impl Debug for CompiledCode
source§impl Drop for CompiledCode
impl Drop for CompiledCode
impl Send for CompiledCode
impl Sync for CompiledCode
Auto Trait Implementations§
impl !Freeze for CompiledCode
impl !RefUnwindSafe for CompiledCode
impl Unpin for CompiledCode
impl !UnwindSafe for CompiledCode
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