Struct rbspy_ruby_structs::ruby_2_2_9::rb_iseq_struct [−][src]
Fields
type_: rb_iseq_struct_iseq_type
stack_max: c_int
location: rb_iseq_location_t
iseq_encoded: *mut VALUE
iseq_size: c_uint
line_info_size: c_uint
mark_ary: VALUE
coverage: VALUE
line_info_table: *mut iseq_line_info_entry
local_table: *mut ID
local_table_size: c_int
local_size: c_int
is_entries: *mut iseq_inline_storage_entry
is_size: c_int
callinfo_size: c_int
callinfo_entries: *mut rb_call_info_t
param: rb_iseq_struct__bindgen_ty_1
catch_table: *mut iseq_catch_table
parent_iseq: *mut rb_iseq_struct
local_iseq: *mut rb_iseq_struct
self_: VALUE
orig: VALUE
cref_stack: *const NODE
klass: VALUE
defined_method_id: ID
flip_cnt: rb_num_t
compile_data: *mut iseq_compile_data
iseq: *mut VALUE
Trait Implementations
impl Clone for rb_iseq_struct
[src]
fn clone(&self) -> rb_iseq_struct
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for rb_iseq_struct
[src]
impl Debug for rb_iseq_struct
[src]
Auto Trait Implementations
impl RefUnwindSafe for rb_iseq_struct
impl !Send for rb_iseq_struct
impl !Sync for rb_iseq_struct
impl Unpin for rb_iseq_struct
impl UnwindSafe for rb_iseq_struct
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>,