#[repr(C)]pub struct IdaxDebuggerAppcallResult {
pub return_value: IdaxDebuggerAppcallValue,
pub diagnostics: *mut c_char,
}Fields§
§return_value: IdaxDebuggerAppcallValue§diagnostics: *mut c_char< malloc’d
Trait Implementations§
Source§impl Clone for IdaxDebuggerAppcallResult
impl Clone for IdaxDebuggerAppcallResult
Source§fn clone(&self) -> IdaxDebuggerAppcallResult
fn clone(&self) -> IdaxDebuggerAppcallResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdaxDebuggerAppcallResult
impl Debug for IdaxDebuggerAppcallResult
Source§impl Default for IdaxDebuggerAppcallResult
impl Default for IdaxDebuggerAppcallResult
impl Copy for IdaxDebuggerAppcallResult
Auto Trait Implementations§
impl Freeze for IdaxDebuggerAppcallResult
impl RefUnwindSafe for IdaxDebuggerAppcallResult
impl !Send for IdaxDebuggerAppcallResult
impl !Sync for IdaxDebuggerAppcallResult
impl Unpin for IdaxDebuggerAppcallResult
impl UnsafeUnpin for IdaxDebuggerAppcallResult
impl UnwindSafe for IdaxDebuggerAppcallResult
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