Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
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 1233 of file vm_core.h.

Field Documentation

◆ data

const void* rb_iseq_new_with_callback_callback_func::data

Definition at line 1237 of file vm_core.h.

◆ flags

VALUE rb_iseq_new_with_callback_callback_func::flags

Definition at line 1234 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 1236 of file vm_core.h.

◆ reserved

VALUE rb_iseq_new_with_callback_callback_func::reserved

Definition at line 1235 of file vm_core.h.


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