Struct r_core::r_bp_t[][src]

#[repr(C)]
pub struct r_bp_t {
Show 19 fields pub user: *mut c_void, pub stepcont: c_int, pub endian: c_int, pub bits: c_int, pub bpinmaps: bool, pub corebind: RCoreBind, pub iob: RIOBind, pub cur: *mut RBreakpointPlugin, pub traces: *mut RList, pub plugins: *mut RList, pub cb_printf: PrintfCallback, pub breakpoint: RBreakpointCallback, pub nbps: c_int, pub nhwbps: c_int, pub bps: *mut RList, pub bps_idx: *mut *mut RBreakpointItem, pub bps_idx_count: c_int, pub delta: c_longlong, pub baddr: c_ulonglong,
}

Fields

user: *mut c_voidstepcont: c_intendian: c_intbits: c_intbpinmaps: boolcorebind: RCoreBindiob: RIOBindcur: *mut RBreakpointPlugintraces: *mut RListplugins: *mut RListcb_printf: PrintfCallbackbreakpoint: RBreakpointCallbacknbps: c_intnhwbps: c_intbps: *mut RListbps_idx: *mut *mut RBreakpointItembps_idx_count: c_intdelta: c_longlongbaddr: c_ulonglong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.