Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
io_internal_read_struct Struct Reference

Data Fields

VALUE th
 
rb_io_tfptr
 
int nonblock
 
void * buf
 
size_t capa
 

Detailed Description

Definition at line 1058 of file io.c.

Field Documentation

◆ buf

void* io_internal_read_struct::buf

Definition at line 1062 of file io.c.

◆ capa

size_t io_internal_read_struct::capa

Definition at line 1063 of file io.c.

◆ fptr

rb_io_t* io_internal_read_struct::fptr

Definition at line 1060 of file io.c.

◆ nonblock

int io_internal_read_struct::nonblock

Definition at line 1061 of file io.c.

◆ th

VALUE io_internal_read_struct::th

Definition at line 1059 of file io.c.


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