Union r_core::r_anal_addr_hint_record_t__bindgen_ty_1[][src]

#[repr(C)]
pub union r_anal_addr_hint_record_t__bindgen_ty_1 {
Show 15 fields pub type_offset: *mut c_char, pub nword: c_int, pub jump: c_ulonglong, pub fail: c_ulonglong, pub newbits: c_int, pub immbase: c_int, pub ptr: c_ulonglong, pub retval: c_ulonglong, pub syntax: *mut c_char, pub opcode: *mut c_char, pub esil: *mut c_char, pub optype: c_int, pub size: c_ulonglong, pub stackframe: c_ulonglong, pub val: c_ulonglong,
}

Fields

type_offset: *mut c_charnword: c_intjump: c_ulonglongfail: c_ulonglongnewbits: c_intimmbase: c_intptr: c_ulonglongretval: c_ulonglongsyntax: *mut c_charopcode: *mut c_charesil: *mut c_charoptype: c_intsize: c_ulonglongstackframe: c_ulonglongval: c_ulonglong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.