Struct r_core::r_asm_t[][src]

#[repr(C)]
pub struct r_asm_t {
Show 25 fields pub cpu: *mut c_char, pub bits: c_int, pub big_endian: c_int, pub syntax: c_int, pub pc: c_ulonglong, pub user: *mut c_void, pub cur: *mut r_asm_plugin_t, pub acur: *mut r_asm_plugin_t, pub plugins: *mut RList, pub binb: RBinBind, pub analb: RAnalBind, pub ifilter: *mut RParse, pub ofilter: *mut RParse, pub pair: *mut Sdb, pub syscall: *mut RSyscall, pub num: *mut RNum, pub features: *mut c_char, pub invhex: c_int, pub pcalign: c_int, pub dataalign: c_int, pub bitshift: c_int, pub immdisp: bool, pub flags: *mut HtPP, pub seggrn: c_int, pub pseudo: bool,
}

Fields

cpu: *mut c_charbits: c_intbig_endian: c_intsyntax: c_intpc: c_ulonglonguser: *mut c_voidcur: *mut r_asm_plugin_tacur: *mut r_asm_plugin_tplugins: *mut RListbinb: RBinBindanalb: RAnalBindifilter: *mut RParseofilter: *mut RParsepair: *mut Sdbsyscall: *mut RSyscallnum: *mut RNumfeatures: *mut c_charinvhex: c_intpcalign: c_intdataalign: c_intbitshift: c_intimmdisp: boolflags: *mut HtPPseggrn: c_intpseudo: bool

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.