Ruby 4.1.0dev (2026-04-04 revision 3b6245536cf55da9e8bfcdb03c845fe9ef931d7f)
Data Fields
build_options_data Struct Reference

We need a struct here to pass through rb_protect and it has to be a single value. More...

Data Fields

pm_options_toptions
 
VALUE keywords
 

Detailed Description

We need a struct here to pass through rb_protect and it has to be a single value.

Because the sizeof(VALUE) == sizeof(void *), we're going to pass this through as an opaque pointer and cast it on both sides.

Definition at line 248 of file extension.c.

Field Documentation

◆ keywords

VALUE build_options_data::keywords

Definition at line 250 of file extension.c.

◆ options

pm_options_t* build_options_data::options

Definition at line 249 of file extension.c.


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