Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_method_cfunc_struct Struct Reference

Data Fields

VALUE(* func )()
 
VALUE(* invoker )(VALUE recv, int argc, const VALUE *argv, VALUE(*func)())
 
int argc
 

Detailed Description

Definition at line 6466 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 6469 of file rb_mjit_min_header-3.1.3.h.

◆ func

VALUE(* rb_method_cfunc_struct::func)(ANYARGS) ( void  )

Definition at line 6467 of file rb_mjit_min_header-3.1.3.h.

◆ invoker

VALUE(* rb_method_cfunc_struct::invoker)(VALUE recv, int argc, const VALUE *argv, VALUE(*func)(ANYARGS))

Definition at line 6468 of file rb_mjit_min_header-3.1.3.h.


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