Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_method_cfunc_struct Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

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

Detailed Description

Definition at line 8937 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 8940 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_add_method_cfunc().

◆ func

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

Definition at line 8938 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_add_method_cfunc().

◆ invoker

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

Definition at line 8939 of file rb_mjit_min_header-2.7.6.h.


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