Struct r_core::r_bin_object_t[][src]

#[repr(C)]
pub struct r_bin_object_t {
Show 29 fields pub baddr: c_ulonglong, pub baddr_shift: c_longlong, pub loadaddr: c_ulonglong, pub boffset: c_ulonglong, pub size: c_ulonglong, pub obj_size: c_ulonglong, pub sections: *mut RList, pub imports: *mut RList, pub symbols: *mut RList, pub entries: *mut RList, pub fields: *mut RList, pub libs: *mut RList, pub relocs: *mut RBNode, pub strings: *mut RList, pub classes: *mut RList, pub classes_ht: *mut HtPP, pub methods_ht: *mut HtPP, pub lines: *mut RList, pub strings_db: *mut HtUP, pub mem: *mut RList, pub maps: *mut RList, pub regstate: *mut c_char, pub info: *mut RBinInfo, pub binsym: [*mut RBinAddr; 4], pub plugin: *mut r_bin_plugin_t, pub lang: c_int, pub kv: *mut Sdb, pub addr2klassmethod: *mut HtUP, pub bin_obj: *mut c_void,
}

Fields

baddr: c_ulonglongbaddr_shift: c_longlongloadaddr: c_ulonglongboffset: c_ulonglongsize: c_ulonglongobj_size: c_ulonglongsections: *mut RListimports: *mut RListsymbols: *mut RListentries: *mut RListfields: *mut RListlibs: *mut RListrelocs: *mut RBNodestrings: *mut RListclasses: *mut RListclasses_ht: *mut HtPPmethods_ht: *mut HtPPlines: *mut RListstrings_db: *mut HtUPmem: *mut RListmaps: *mut RListregstate: *mut c_charinfo: *mut RBinInfobinsym: [*mut RBinAddr; 4]plugin: *mut r_bin_plugin_tlang: c_intkv: *mut Sdbaddr2klassmethod: *mut HtUPbin_obj: *mut c_void

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.