Struct r_core::r_anal_options_t[][src]

#[repr(C)]
pub struct r_anal_options_t {
Show 29 fields pub depth: c_int, pub graph_depth: c_int, pub vars: bool, pub varname_stack: bool, pub cjmpref: c_int, pub jmpref: c_int, pub jmpabove: c_int, pub ijmp: bool, pub jmpmid: bool, pub loads: bool, pub ignbithints: bool, pub followdatarefs: c_int, pub searchstringrefs: c_int, pub followbrokenfcnsrefs: c_int, pub bb_max_size: c_int, pub trycatch: bool, pub norevisit: bool, pub recont: c_int, pub noncode: c_int, pub nopskip: c_int, pub hpskip: c_int, pub jmptbl: c_int, pub nonull: c_int, pub pushret: bool, pub armthumb: bool, pub endsize: bool, pub delay: bool, pub tailcall: c_int, pub retpoline: bool,
}

Fields

depth: c_intgraph_depth: c_intvars: boolvarname_stack: boolcjmpref: c_intjmpref: c_intjmpabove: c_intijmp: booljmpmid: boolloads: boolignbithints: boolfollowdatarefs: c_intsearchstringrefs: c_intfollowbrokenfcnsrefs: c_intbb_max_size: c_inttrycatch: boolnorevisit: boolrecont: c_intnoncode: c_intnopskip: c_inthpskip: c_intjmptbl: c_intnonull: c_intpushret: boolarmthumb: boolendsize: booldelay: booltailcall: c_intretpoline: 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.