Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
io_internal_read_struct Struct Reference

Data Fields

VALUE th
 
rb_io_t * fptr
 
int nonblock
 
int fd
 
void * buf
 
size_t capa
 
struct timeval * timeout
 

Detailed Description

Definition at line 1212 of file io.c.

Field Documentation

◆ buf

void* io_internal_read_struct::buf

Definition at line 1218 of file io.c.

◆ capa

size_t io_internal_read_struct::capa

Definition at line 1219 of file io.c.

◆ fd

int io_internal_read_struct::fd

Definition at line 1216 of file io.c.

◆ fptr

rb_io_t* io_internal_read_struct::fptr

Definition at line 1214 of file io.c.

◆ nonblock

int io_internal_read_struct::nonblock

Definition at line 1215 of file io.c.

◆ th

VALUE io_internal_read_struct::th

Definition at line 1213 of file io.c.

◆ timeout

struct timeval* io_internal_read_struct::timeout

Definition at line 1220 of file io.c.


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