Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
binwrite_arg Struct Reference

Data Fields

rb_io_tfptr
 
VALUE str
 
const char * ptr
 
long length
 

Detailed Description

Definition at line 1700 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

Definition at line 1701 of file io.c.

◆ length

long binwrite_arg::length

Definition at line 1704 of file io.c.

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1703 of file io.c.

◆ str

VALUE binwrite_arg::str

Definition at line 1702 of file io.c.


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