Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_method_cfunc_struct Struct Reference

Data Fields

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

Detailed Description

Definition at line 148 of file method.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 151 of file method.h.

◆ func

rb_cfunc_t rb_method_cfunc_struct::func

Definition at line 149 of file method.h.

◆ invoker

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

Definition at line 150 of file method.h.


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