Struct r_core::r_bp_item_t[][src]

#[repr(C)]
pub struct r_bp_item_t {
Show 20 fields pub name: *mut c_char, pub module_name: *mut c_char, pub module_delta: c_longlong, pub addr: c_ulonglong, pub delta: c_ulonglong, pub size: c_int, pub swstep: bool, pub perm: c_int, pub hw: c_int, pub trace: c_int, pub internal: c_int, pub enabled: c_int, pub togglehits: c_int, pub hits: c_int, pub obytes: *mut c_uchar, pub bbytes: *mut c_uchar, pub pids: [c_int; 10], pub data: *mut c_char, pub cond: *mut c_char, pub expr: *mut c_char,
}

Fields

name: *mut c_charmodule_name: *mut c_charmodule_delta: c_longlongaddr: c_ulonglongdelta: c_ulonglongsize: c_intswstep: boolperm: c_inthw: c_inttrace: c_intinternal: c_intenabled: c_inttogglehits: c_inthits: c_intobytes: *mut c_ucharbbytes: *mut c_ucharpids: [c_int; 10]data: *mut c_charcond: *mut c_charexpr: *mut c_char

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.