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

Data Fields

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

Detailed Description

Definition at line 1223 of file io.c.

Field Documentation

◆ buf

const void* io_internal_write_struct::buf

Definition at line 1229 of file io.c.

◆ capa

size_t io_internal_write_struct::capa

Definition at line 1230 of file io.c.

◆ fd

int io_internal_write_struct::fd

Definition at line 1227 of file io.c.

◆ fptr

rb_io_t* io_internal_write_struct::fptr

Definition at line 1225 of file io.c.

◆ nonblock

int io_internal_write_struct::nonblock

Definition at line 1226 of file io.c.

◆ th

VALUE io_internal_write_struct::th

Definition at line 1224 of file io.c.

◆ timeout

struct timeval* io_internal_write_struct::timeout

Definition at line 1231 of file io.c.


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