Struct r_core::r_bin_t[][src]

#[repr(C)]
pub struct r_bin_t {
Show 34 fields pub file: *const c_char, pub cur: *mut RBinFile, pub narch: c_int, pub user: *mut c_void, pub debase64: c_int, pub minstrlen: c_int, pub maxstrlen: c_int, pub maxstrbuf: c_ulonglong, pub rawstr: c_int, pub sdb: *mut Sdb, pub ids: *mut RIDStorage, pub plugins: *mut RList, pub binxtrs: *mut RList, pub binldrs: *mut RList, pub binfiles: *mut RList, pub cb_printf: PrintfCallback, pub loadany: c_int, pub iob: RIOBind, pub consb: RConsBind, pub force: *mut c_char, pub want_dbginfo: bool, pub filter: c_int, pub strfilter: c_char, pub strpurge: *mut c_char, pub srcdir: *mut c_char, pub prefix: *mut c_char, pub strenc: *mut c_char, pub filter_rules: c_ulonglong, pub demanglercmd: bool, pub verbose: bool, pub use_xtr: bool, pub use_ldr: bool, pub constpool: RStrConstPool, pub is_reloc_patched: bool,
}

Fields

file: *const c_charcur: *mut RBinFilenarch: c_intuser: *mut c_voiddebase64: c_intminstrlen: c_intmaxstrlen: c_intmaxstrbuf: c_ulonglongrawstr: c_intsdb: *mut Sdbids: *mut RIDStorageplugins: *mut RListbinxtrs: *mut RListbinldrs: *mut RListbinfiles: *mut RListcb_printf: PrintfCallbackloadany: c_intiob: RIOBindconsb: RConsBindforce: *mut c_charwant_dbginfo: boolfilter: c_intstrfilter: c_charstrpurge: *mut c_charsrcdir: *mut c_charprefix: *mut c_charstrenc: *mut c_charfilter_rules: c_ulonglongdemanglercmd: boolverbose: booluse_xtr: booluse_ldr: boolconstpool: RStrConstPoolis_reloc_patched: 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.