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

Data Fields

rb_io_tfptr
 
VALUE str
 
const char * ptr
 
long length
 

Detailed Description

Definition at line 1453 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

Definition at line 1454 of file io.c.

Referenced by rb_io_bufwrite().

◆ length

long binwrite_arg::length

Definition at line 1457 of file io.c.

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1456 of file io.c.

◆ str

VALUE binwrite_arg::str

Definition at line 1455 of file io.c.


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