Struct rbspy_ruby_structs::ruby_2_5_8::rb_iseq_constant_body [−][src]
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
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>,