#[repr(C)]
pub struct rb_iseq_constant_body {
Show 20 fields pub type_: rb_iseq_constant_body_iseq_type, pub iseq_size: c_uint, pub iseq_encoded: *const VALUE, pub param: rb_iseq_constant_body__bindgen_ty_1, pub location: rb_iseq_location_t, pub insns_info: *const iseq_insn_info_entry, pub local_table: *const ID, pub catch_table: *const iseq_catch_table, pub parent_iseq: *const rb_iseq_struct, pub local_iseq: *mut rb_iseq_struct, pub is_entries: *mut iseq_inline_storage_entry, pub ci_entries: *mut rb_call_info, pub cc_entries: *mut rb_call_cache, pub mark_ary: VALUE, pub local_table_size: c_uint, pub is_size: c_uint, pub ci_size: c_uint, pub ci_kw_size: c_uint, pub insns_info_size: c_uint, pub stack_max: c_uint,
}

Fields§

§type_: rb_iseq_constant_body_iseq_type§iseq_size: c_uint§iseq_encoded: *const VALUE§param: rb_iseq_constant_body__bindgen_ty_1§location: rb_iseq_location_t§insns_info: *const iseq_insn_info_entry§local_table: *const ID§catch_table: *const iseq_catch_table§parent_iseq: *const rb_iseq_struct§local_iseq: *mut rb_iseq_struct§is_entries: *mut iseq_inline_storage_entry§ci_entries: *mut rb_call_info§cc_entries: *mut rb_call_cache§mark_ary: VALUE§local_table_size: c_uint§is_size: c_uint§ci_size: c_uint§ci_kw_size: c_uint§insns_info_size: c_uint§stack_max: c_uint

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.