pub struct Decompiler {}
Expand description
A high-level decompiler interface for more advanced usage
Implementations§
Source§impl Decompiler
impl Decompiler
Trait Implementations§
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