#[repr(C)]pub struct IdaxDebuggerExceptionInfo {
pub ea: u64,
pub code: u32,
pub can_continue: c_int,
pub message: *const c_char,
}Fields§
§ea: u64§code: u32§can_continue: c_int§message: *const c_charTrait Implementations§
Source§impl Clone for IdaxDebuggerExceptionInfo
impl Clone for IdaxDebuggerExceptionInfo
Source§fn clone(&self) -> IdaxDebuggerExceptionInfo
fn clone(&self) -> IdaxDebuggerExceptionInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdaxDebuggerExceptionInfo
Source§impl Debug for IdaxDebuggerExceptionInfo
impl Debug for IdaxDebuggerExceptionInfo
Auto Trait Implementations§
impl !Send for IdaxDebuggerExceptionInfo
impl !Sync for IdaxDebuggerExceptionInfo
impl Freeze for IdaxDebuggerExceptionInfo
impl RefUnwindSafe for IdaxDebuggerExceptionInfo
impl Unpin for IdaxDebuggerExceptionInfo
impl UnsafeUnpin for IdaxDebuggerExceptionInfo
impl UnwindSafe for IdaxDebuggerExceptionInfo
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