Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
spawn_args Struct Reference

Data Fields

VALUE execarg
 
struct {
   char *   ptr
 
   size_t   buflen
 
errmsg
 

Detailed Description

Definition at line 4622 of file process.c.

Field Documentation

◆ buflen

size_t spawn_args::buflen

Definition at line 4626 of file process.c.

◆ 

struct { ... } spawn_args::errmsg

◆ execarg

VALUE spawn_args::execarg

Definition at line 4623 of file process.c.

◆ ptr

char* spawn_args::ptr

Definition at line 4625 of file process.c.


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