Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
rb_method_cfunc_struct Struct Reference

Data Fields

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

Detailed Description

Definition at line 139 of file method.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 142 of file method.h.

◆ func

VALUE(* rb_method_cfunc_struct::func) (ANYARGS)

Definition at line 140 of file method.h.

◆ invoker

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

Definition at line 141 of file method.h.


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