#[repr(C)]pub struct jit_debugger_breakpoint_info {
pub flags: c_int,
pub thread: jit_debugger_thread_id_t,
pub function: jit_function_t,
pub data1: jit_nint,
pub data2: jit_nint,
}Fields
flags: c_intthread: jit_debugger_thread_id_tfunction: jit_function_tdata1: jit_nintdata2: jit_nintTrait Implementations
sourceimpl Clone for jit_debugger_breakpoint_info
impl Clone for jit_debugger_breakpoint_info
sourcefn clone(&self) -> jit_debugger_breakpoint_info
fn clone(&self) -> jit_debugger_breakpoint_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for jit_debugger_breakpoint_info
impl Debug for jit_debugger_breakpoint_info
impl Copy for jit_debugger_breakpoint_info
Auto Trait Implementations
impl RefUnwindSafe for jit_debugger_breakpoint_info
impl !Send for jit_debugger_breakpoint_info
impl !Sync for jit_debugger_breakpoint_info
impl Unpin for jit_debugger_breakpoint_info
impl UnwindSafe for jit_debugger_breakpoint_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more