Struct r_core::r_parse_t[][src]

#[repr(C)]
pub struct r_parse_t {
Show 21 fields pub user: *mut c_void, pub flagspace: *mut RSpace, pub notin_flagspace: *mut RSpace, pub pseudo: bool, pub subreg: bool, pub subrel: bool, pub subtail: bool, pub localvar_only: bool, pub subrel_addr: c_ulonglong, pub maxflagnamelen: c_int, pub minval: c_int, pub retleave_asm: *mut c_char, pub cur: *mut r_parse_plugin_t, pub parsers: *mut RList, pub varlist: RAnalVarList, pub get_ptr_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: c_longlong, addr: c_ulonglong) -> c_longlong>, pub get_reg_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: c_longlong, addr: c_ulonglong) -> *const c_char>, pub get_op_ireg: Option<unsafe extern "C" fn(user: *mut c_void, addr: c_ulonglong) -> *mut c_char>, pub analb: RAnalBind, pub flag_get: RFlagGetAtAddr, pub label_get: RAnalLabelAt,
}

Fields

user: *mut c_voidflagspace: *mut RSpacenotin_flagspace: *mut RSpacepseudo: boolsubreg: boolsubrel: boolsubtail: boollocalvar_only: boolsubrel_addr: c_ulonglongmaxflagnamelen: c_intminval: c_intretleave_asm: *mut c_charcur: *mut r_parse_plugin_tparsers: *mut RListvarlist: RAnalVarListget_ptr_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: c_longlong, addr: c_ulonglong) -> c_longlong>get_reg_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: c_longlong, addr: c_ulonglong) -> *const c_char>get_op_ireg: Option<unsafe extern "C" fn(user: *mut c_void, addr: c_ulonglong) -> *mut c_char>analb: RAnalBindflag_get: RFlagGetAtAddrlabel_get: RAnalLabelAt

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.