Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
io_internal_write_struct Struct Reference

Data Fields

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

Detailed Description

Definition at line 1113 of file io.c.

Field Documentation

◆ buf

const void* io_internal_write_struct::buf

Definition at line 1119 of file io.c.

◆ capa

size_t io_internal_write_struct::capa

Definition at line 1120 of file io.c.

◆ fd

int io_internal_write_struct::fd

Definition at line 1117 of file io.c.

◆ fptr

rb_io_t* io_internal_write_struct::fptr

Definition at line 1115 of file io.c.

◆ nonblock

int io_internal_write_struct::nonblock

Definition at line 1116 of file io.c.

◆ th

VALUE io_internal_write_struct::th

Definition at line 1114 of file io.c.

◆ timeout

struct timeval* io_internal_write_struct::timeout

Definition at line 1121 of file io.c.


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