Ruby 3.5.0dev (2025-07-01 revision 8f758de4c8838509136fc9ba1887d7b6db49b2a5)
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 245 of file extension.c.

Field Documentation

◆ keywords

VALUE build_options_data::keywords

Definition at line 247 of file extension.c.

◆ options

pm_options_t* build_options_data::options

Definition at line 246 of file extension.c.


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