Struct rbspy_ruby_structs::ruby_2_1_8::rb_iseq_struct [−][src]
Fields
type_: rb_iseq_struct_iseq_type
location: rb_iseq_location_t
iseq: *mut VALUE
iseq_encoded: *mut VALUE
iseq_size: c_ulong
mark_ary: VALUE
coverage: VALUE
line_info_table: *mut iseq_line_info_entry
line_info_size: usize
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_entries: *mut rb_call_info_t
callinfo_size: c_int
argc: c_int
arg_simple: c_int
arg_rest: c_int
arg_block: c_int
arg_opts: c_int
arg_post_len: c_int
arg_post_start: c_int
arg_size: c_int
arg_opt_table: *mut VALUE
arg_keyword: c_int
arg_keyword_check: c_int
arg_keywords: c_int
arg_keyword_required: c_int
arg_keyword_table: *mut ID
stack_max: usize
catch_table: *mut iseq_catch_table_entry
catch_table_size: c_int
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
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>,