Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
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 1110 of file vm_core.h.

Field Documentation

◆ data

const void * rb_iseq_new_with_callback_callback_func::data

Definition at line 1114 of file vm_core.h.

◆ flags

VALUE rb_iseq_new_with_callback_callback_func::flags

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

◆ reserved

VALUE rb_iseq_new_with_callback_callback_func::reserved

Definition at line 1112 of file vm_core.h.


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