Struct r_core::r_bin_info_t[][src]

#[repr(C)]
pub struct r_bin_info_t {
Show 36 fields pub file: *mut c_char, pub type_: *mut c_char, pub bclass: *mut c_char, pub rclass: *mut c_char, pub arch: *mut c_char, pub cpu: *mut c_char, pub machine: *mut c_char, pub head_flag: *mut c_char, pub features: *mut c_char, pub os: *mut c_char, pub subsystem: *mut c_char, pub rpath: *mut c_char, pub guid: *mut c_char, pub debug_file_name: *mut c_char, pub lang: *const c_char, pub default_cc: *mut c_char, pub file_hashes: *mut RList, pub bits: c_int, pub has_va: c_int, pub has_pi: c_int, pub has_canary: c_int, pub has_retguard: c_int, pub has_sanitizers: c_int, pub has_crypto: c_int, pub has_nx: c_int, pub big_endian: c_int, pub has_lit: bool, pub actual_checksum: *mut c_char, pub claimed_checksum: *mut c_char, pub pe_overlay: c_int, pub signature: bool, pub dbg_info: c_ulonglong, pub sum: [RBinHash; 3], pub baddr: c_ulonglong, pub intrp: *mut c_char, pub compiler: *mut c_char,
}

Fields

file: *mut c_chartype_: *mut c_charbclass: *mut c_charrclass: *mut c_chararch: *mut c_charcpu: *mut c_charmachine: *mut c_charhead_flag: *mut c_charfeatures: *mut c_charos: *mut c_charsubsystem: *mut c_charrpath: *mut c_charguid: *mut c_chardebug_file_name: *mut c_charlang: *const c_chardefault_cc: *mut c_charfile_hashes: *mut RListbits: c_inthas_va: c_inthas_pi: c_inthas_canary: c_inthas_retguard: c_inthas_sanitizers: c_inthas_crypto: c_inthas_nx: c_intbig_endian: c_inthas_lit: boolactual_checksum: *mut c_charclaimed_checksum: *mut c_charpe_overlay: c_intsignature: booldbg_info: c_ulonglongsum: [RBinHash; 3]baddr: c_ulonglongintrp: *mut c_charcompiler: *mut c_char

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.