Struct rbspy_ruby_structs::ruby_2_7_1::rb_iseq_constant_body [−][src]
Fields
type_: rb_iseq_constant_body_iseq_type
iseq_size: c_uint
iseq_encoded: *mut VALUE
param: rb_iseq_constant_body__bindgen_ty_1
location: rb_iseq_location_t
insns_info: rb_iseq_constant_body_iseq_insn_info
local_table: *const ID
catch_table: *mut iseq_catch_table
parent_iseq: *const rb_iseq_struct
local_iseq: *mut rb_iseq_struct
is_entries: *mut iseq_inline_storage_entry
call_data: *mut rb_call_data
variable: rb_iseq_constant_body__bindgen_ty_2
local_table_size: c_uint
is_size: c_uint
ci_size: c_uint
ci_kw_size: c_uint
stack_max: c_uint
catch_except_p: c_char
jit_func: Option<unsafe extern "C" fn(arg1: *mut rb_execution_context_struct, arg2: *mut rb_control_frame_struct) -> VALUE>
total_calls: c_ulong
jit_unit: *mut rb_mjit_unit
iseq_unique_id: usize
Trait Implementations
impl Clone for rb_iseq_constant_body
[src]
fn clone(&self) -> rb_iseq_constant_body
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for rb_iseq_constant_body
[src]
impl Debug for rb_iseq_constant_body
[src]
Auto Trait Implementations
impl RefUnwindSafe for rb_iseq_constant_body
impl !Send for rb_iseq_constant_body
impl !Sync for rb_iseq_constant_body
impl Unpin for rb_iseq_constant_body
impl UnwindSafe for rb_iseq_constant_body
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,