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

Data Fields

VALUE fname
 
int oflags
 
mode_t perm
 

Detailed Description

Definition at line 6134 of file io.c.

Field Documentation

◆ fname

VALUE sysopen_struct::fname

Definition at line 6135 of file io.c.

Referenced by rb_file_open(), and rb_file_open_str().

◆ oflags

int sysopen_struct::oflags

Definition at line 6136 of file io.c.

◆ perm

mode_t sysopen_struct::perm

Definition at line 6137 of file io.c.


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