#[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: u64,
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: i64, addr: u64) -> i64>,
pub get_reg_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: i64, addr: u64) -> *const c_char>,
pub get_op_ireg: Option<unsafe extern "C" fn(user: *mut c_void, addr: u64) -> *mut c_char>,
pub analb: RAnalBind,
pub flag_get: RFlagGetAtAddr,
pub label_get: RAnalLabelAt,
}
Fields
user: *mut c_void
flagspace: *mut RSpace
notin_flagspace: *mut RSpace
pseudo: bool
subreg: bool
subrel: bool
subtail: bool
localvar_only: bool
subrel_addr: u64
maxflagnamelen: c_int
minval: c_int
retleave_asm: *mut c_char
cur: *mut r_parse_plugin_t
parsers: *mut RList
varlist: RAnalVarList
get_ptr_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: i64, addr: u64) -> i64>
get_reg_at: Option<unsafe extern "C" fn(fcn: *mut RAnalFunction, delta: i64, addr: u64) -> *const c_char>
get_op_ireg: Option<unsafe extern "C" fn(user: *mut c_void, addr: u64) -> *mut c_char>
analb: RAnalBind
flag_get: RFlagGetAtAddr
label_get: RAnalLabelAt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for r_parse_t
impl !Send for r_parse_t
impl !Sync for r_parse_t
impl Unpin for r_parse_t
impl UnwindSafe for r_parse_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more