Struct r_core::r_anal_op_t[][src]

#[repr(C)]
pub struct r_anal_op_t {
Show 36 fields pub mnemonic: *mut c_char, pub addr: c_ulonglong, pub type_: c_uint, pub prefix: RAnalOpPrefix, pub type2: c_uint, pub stackop: RAnalStackOp, pub cond: _RAnalCond, pub size: c_int, pub nopcode: c_int, pub cycles: c_int, pub failcycles: c_int, pub family: RAnalOpFamily, pub id: c_int, pub eob: bool, pub sign: bool, pub delay: c_int, pub jump: c_ulonglong, pub fail: c_ulonglong, pub direction: RAnalOpDirection, pub ptr: c_longlong, pub val: c_ulonglong, pub ptrsize: c_int, pub stackptr: c_longlong, pub refptr: c_int, pub src: [*mut RAnalValue; 3], pub dst: *mut RAnalValue, pub access: *mut RList, pub esil: RStrBuf, pub opex: RStrBuf, pub reg: *const c_char, pub ireg: *const c_char, pub scale: c_int, pub disp: c_ulonglong, pub switch_op: *mut RAnalSwitchOp, pub hint: RAnalHint, pub datatype: RAnalDataType,
}

Fields

mnemonic: *mut c_charaddr: c_ulonglongtype_: c_uintprefix: RAnalOpPrefixtype2: c_uintstackop: RAnalStackOpcond: _RAnalCondsize: c_intnopcode: c_intcycles: c_intfailcycles: c_intfamily: RAnalOpFamilyid: c_inteob: boolsign: booldelay: c_intjump: c_ulonglongfail: c_ulonglongdirection: RAnalOpDirectionptr: c_longlongval: c_ulonglongptrsize: c_intstackptr: c_longlongrefptr: c_intsrc: [*mut RAnalValue; 3]dst: *mut RAnalValueaccess: *mut RListesil: RStrBufopex: RStrBufreg: *const c_charireg: *const c_charscale: c_intdisp: c_ulonglongswitch_op: *mut RAnalSwitchOphint: RAnalHintdatatype: RAnalDataType

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.