Struct r_core::r_bin_symbol_t[][src]

#[repr(C)]
pub struct r_bin_symbol_t {
Show 18 fields pub name: *mut c_char, pub dname: *mut c_char, pub libname: *mut c_char, pub classname: *mut c_char, pub forwarder: *const c_char, pub bind: *const c_char, pub type_: *const c_char, pub rtype: *const c_char, pub is_imported: bool, pub visibility_str: *const c_char, pub vaddr: c_ulonglong, pub paddr: c_ulonglong, pub size: c_uint, pub ordinal: c_uint, pub visibility: c_uint, pub bits: c_int, pub method_flags: c_ulonglong, pub dup_count: c_int,
}

Fields

name: *mut c_chardname: *mut c_charlibname: *mut c_charclassname: *mut c_charforwarder: *const c_charbind: *const c_chartype_: *const c_charrtype: *const c_charis_imported: boolvisibility_str: *const c_charvaddr: c_ulonglongpaddr: c_ulonglongsize: c_uintordinal: c_uintvisibility: c_uintbits: c_intmethod_flags: c_ulonglongdup_count: c_int

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.