Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
Data Fields
io_internal_read_struct Struct Reference

Data Fields

VALUE th
 
rb_io_tfptr
 
int nonblock
 
int fd
 
void * buf
 
size_t capa
 
struct timevaltimeout
 

Detailed Description

Definition at line 1124 of file io.c.

Field Documentation

◆ buf

void* io_internal_read_struct::buf

Definition at line 1130 of file io.c.

◆ capa

size_t io_internal_read_struct::capa

Definition at line 1131 of file io.c.

◆ fd

int io_internal_read_struct::fd

Definition at line 1128 of file io.c.

◆ fptr

rb_io_t* io_internal_read_struct::fptr

Definition at line 1126 of file io.c.

◆ nonblock

int io_internal_read_struct::nonblock

Definition at line 1127 of file io.c.

◆ th

VALUE io_internal_read_struct::th

Definition at line 1125 of file io.c.

◆ timeout

struct timeval* io_internal_read_struct::timeout

Definition at line 1132 of file io.c.


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