#[repr(C)]pub struct DecompileResult { /* private fields */ }Expand description
Opaque structure representing the decompile result from C
Auto Trait Implementations§
impl Freeze for DecompileResult
impl RefUnwindSafe for DecompileResult
impl Send for DecompileResult
impl Sync for DecompileResult
impl Unpin for DecompileResult
impl UnwindSafe for DecompileResult
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