#[repr(C)]pub struct IdaxDebuggerAppcallRequest {
pub function_address: u64,
pub function_type: *mut c_void,
pub arguments: *mut IdaxDebuggerAppcallValue,
pub argument_count: usize,
pub options: IdaxDebuggerAppcallOptions,
}Fields§
§function_address: u64§function_type: *mut c_void< IdaxTypeHandle
arguments: *mut IdaxDebuggerAppcallValue§argument_count: usize§options: IdaxDebuggerAppcallOptionsTrait Implementations§
Source§impl Clone for IdaxDebuggerAppcallRequest
impl Clone for IdaxDebuggerAppcallRequest
Source§fn clone(&self) -> IdaxDebuggerAppcallRequest
fn clone(&self) -> IdaxDebuggerAppcallRequest
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 IdaxDebuggerAppcallRequest
impl Debug for IdaxDebuggerAppcallRequest
Source§impl Default for IdaxDebuggerAppcallRequest
impl Default for IdaxDebuggerAppcallRequest
impl Copy for IdaxDebuggerAppcallRequest
Auto Trait Implementations§
impl Freeze for IdaxDebuggerAppcallRequest
impl RefUnwindSafe for IdaxDebuggerAppcallRequest
impl !Send for IdaxDebuggerAppcallRequest
impl !Sync for IdaxDebuggerAppcallRequest
impl Unpin for IdaxDebuggerAppcallRequest
impl UnsafeUnpin for IdaxDebuggerAppcallRequest
impl UnwindSafe for IdaxDebuggerAppcallRequest
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