#[repr(C)]pub struct jit_debugger_event {
pub type_: c_int,
pub thread: jit_debugger_thread_id_t,
pub function: jit_function_t,
pub data1: jit_nint,
pub data2: jit_nint,
pub id: jit_debugger_breakpoint_id_t,
pub trace: jit_stack_trace_t,
}Fields§
§type_: c_int§thread: jit_debugger_thread_id_t§function: jit_function_t§data1: jit_nint§data2: jit_nint§id: jit_debugger_breakpoint_id_t§trace: jit_stack_trace_tTrait Implementations§
Source§impl Clone for jit_debugger_event
impl Clone for jit_debugger_event
Source§fn clone(&self) -> jit_debugger_event
fn clone(&self) -> jit_debugger_event
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 jit_debugger_event
impl Debug for jit_debugger_event
impl Copy for jit_debugger_event
Auto Trait Implementations§
impl Freeze for jit_debugger_event
impl RefUnwindSafe for jit_debugger_event
impl !Send for jit_debugger_event
impl !Sync for jit_debugger_event
impl Unpin for jit_debugger_event
impl UnwindSafe for jit_debugger_event
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