Struct r_core::r_anal_bb_t[][src]

#[repr(C)]
pub struct r_anal_bb_t {
Show 26 fields pub _rb: RBNode, pub _max_end: c_ulonglong, pub addr: c_ulonglong, pub size: c_ulonglong, pub jump: c_ulonglong, pub fail: c_ulonglong, pub traced: bool, pub folded: bool, pub color: RColor, pub fingerprint: *mut c_uchar, pub diff: *mut RAnalDiff, pub cond: *mut RAnalCond, pub switch_op: *mut RAnalSwitchOp, pub op_pos: *mut c_ushort, pub op_bytes: *mut c_uchar, pub parent_reg_arena: *mut c_uchar, pub op_pos_size: c_int, pub ninstr: c_int, pub stackptr: c_int, pub parent_stackptr: c_int, pub cmpval: c_ulonglong, pub cmpreg: *const c_char, pub bbhash: c_uint, pub fcns: *mut RList, pub anal: *mut RAnal, pub ref_: c_int,
}

Fields

_rb: RBNode_max_end: c_ulonglongaddr: c_ulonglongsize: c_ulonglongjump: c_ulonglongfail: c_ulonglongtraced: boolfolded: boolcolor: RColorfingerprint: *mut c_uchardiff: *mut RAnalDiffcond: *mut RAnalCondswitch_op: *mut RAnalSwitchOpop_pos: *mut c_ushortop_bytes: *mut c_ucharparent_reg_arena: *mut c_ucharop_pos_size: c_intninstr: c_intstackptr: c_intparent_stackptr: c_intcmpval: c_ulonglongcmpreg: *const c_charbbhash: c_uintfcns: *mut RListanal: *mut RAnalref_: c_int

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.