#[repr(C)]pub struct IdaxDebuggerAppcallOptions {
pub has_thread_id: c_int,
pub thread_id: c_int,
pub manual: c_int,
pub include_debug_event: c_int,
pub has_timeout_milliseconds: c_int,
pub timeout_milliseconds: u32,
}Fields§
§has_thread_id: c_int§thread_id: c_int§manual: c_int§include_debug_event: c_int§has_timeout_milliseconds: c_int§timeout_milliseconds: u32Trait Implementations§
Source§impl Clone for IdaxDebuggerAppcallOptions
impl Clone for IdaxDebuggerAppcallOptions
Source§fn clone(&self) -> IdaxDebuggerAppcallOptions
fn clone(&self) -> IdaxDebuggerAppcallOptions
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 IdaxDebuggerAppcallOptions
impl Debug for IdaxDebuggerAppcallOptions
Source§impl Default for IdaxDebuggerAppcallOptions
impl Default for IdaxDebuggerAppcallOptions
Source§fn default() -> IdaxDebuggerAppcallOptions
fn default() -> IdaxDebuggerAppcallOptions
Returns the “default value” for a type. Read more
impl Copy for IdaxDebuggerAppcallOptions
Auto Trait Implementations§
impl Freeze for IdaxDebuggerAppcallOptions
impl RefUnwindSafe for IdaxDebuggerAppcallOptions
impl Send for IdaxDebuggerAppcallOptions
impl Sync for IdaxDebuggerAppcallOptions
impl Unpin for IdaxDebuggerAppcallOptions
impl UnsafeUnpin for IdaxDebuggerAppcallOptions
impl UnwindSafe for IdaxDebuggerAppcallOptions
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