Struct rbspy_ruby_structs::ruby_2_1_3::rb_call_info_struct [] [src]

#[repr(C)]
pub struct rb_call_info_struct { pub mid: ID, pub flag: VALUE, pub orig_argc: c_int, pub blockiseq: *mut rb_iseq_t, pub method_state: rb_serial_t, pub class_serial: rb_serial_t, pub klass: VALUE, pub me: *const rb_method_entry_t, pub defined_class: VALUE, pub argc: c_int, pub blockptr: *mut rb_block_struct, pub recv: VALUE, pub aux: rb_call_info_struct__bindgen_ty_1, pub call: Option<unsafe extern "C" fn(_: *mut rb_thread_struct, _: *mut rb_control_frame_struct, _: *mut rb_call_info_struct) -> VALUE>, }

Fields

Trait Implementations

impl Copy for rb_call_info_struct
[src]

impl Clone for rb_call_info_struct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for rb_call_info_struct
[src]

[src]

Formats the value using the given formatter.