pub struct BytecodeDecompiler;
Implementations§
Source§impl BytecodeDecompiler
impl BytecodeDecompiler
pub fn disassemble_function(instructions: &CompiledInstructions) -> String
pub fn disassemble_instructions(bytecode: &CompiledBytecode) -> String
pub fn disassemble_constants(bytecode: &CompiledBytecode) -> String
pub fn disassemble(bytecode: &CompiledBytecode) -> String
Auto Trait Implementations§
impl Freeze for BytecodeDecompiler
impl RefUnwindSafe for BytecodeDecompiler
impl Send for BytecodeDecompiler
impl Sync for BytecodeDecompiler
impl Unpin for BytecodeDecompiler
impl UnwindSafe for BytecodeDecompiler
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