Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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: