Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
rb_iseq_new_with_callback_callback_func Struct Reference

Data Fields

VALUE flags
 
VALUE reserved
 
void(* func )(rb_iseq_t *, struct iseq_link_anchor *, const void *)
 
const void * data
 

Detailed Description

Definition at line 1193 of file vm_core.h.

Field Documentation

◆ data

const void* rb_iseq_new_with_callback_callback_func::data

Definition at line 1197 of file vm_core.h.

◆ flags

VALUE rb_iseq_new_with_callback_callback_func::flags

Definition at line 1194 of file vm_core.h.

◆ func

void(* rb_iseq_new_with_callback_callback_func::func) (rb_iseq_t *, struct iseq_link_anchor *, const void *)

Definition at line 1196 of file vm_core.h.

◆ reserved

VALUE rb_iseq_new_with_callback_callback_func::reserved

Definition at line 1195 of file vm_core.h.


The documentation for this struct was generated from the following file: