#[repr(C)]pub struct Decompiler { /* private fields */ }
Implementations§
Source§impl Decompiler
impl Decompiler
Source§impl Decompiler
impl Decompiler
pub unsafe fn disassemble( &self, emit: *mut RustAssemblyEmit<'_>, addr: u64, ) -> i32
Source§impl Decompiler
impl Decompiler
pub unsafe fn getContext(self: Pin<&mut Self>) -> *mut ContextDatabase
Trait Implementations§
Source§impl ExternType for Decompiler
impl ExternType for Decompiler
impl UniquePtrTarget for Decompiler
Auto Trait Implementations§
impl !Freeze for Decompiler
impl RefUnwindSafe for Decompiler
impl !Send for Decompiler
impl !Sync for Decompiler
impl !Unpin for Decompiler
impl UnwindSafe for Decompiler
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