#[repr(C)]pub struct 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_t
Auto Trait Implementations§
impl Freeze for Struct_jit_debugger_event
impl RefUnwindSafe for Struct_jit_debugger_event
impl !Send for Struct_jit_debugger_event
impl !Sync for Struct_jit_debugger_event
impl Unpin for Struct_jit_debugger_event
impl UnwindSafe for Struct_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