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

Data Fields

VALUE th
 
int fd
 
int nonblock
 
void * buf
 
size_t capa
 

Detailed Description

Definition at line 1052 of file io.c.

Field Documentation

◆ buf

void* io_internal_read_struct::buf

Definition at line 1056 of file io.c.

◆ capa

size_t io_internal_read_struct::capa

Definition at line 1057 of file io.c.

◆ fd

int io_internal_read_struct::fd

Definition at line 1054 of file io.c.

◆ nonblock

int io_internal_read_struct::nonblock

Definition at line 1055 of file io.c.

◆ th

VALUE io_internal_read_struct::th

Definition at line 1053 of file io.c.


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