Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Data Fields
read_raw_arg Struct Reference

Data Fields

VALUE io
 
union {
   const VALUE   argv [2]
 
   struct {
      VALUE   len
 
      VALUE   buf
 
   }   in
 
as
 

Detailed Description

Definition at line 2346 of file zlib.c.

Field Documentation

◆ argv

const VALUE read_raw_arg::argv[2]

Definition at line 2349 of file zlib.c.

◆ as

union { ... } read_raw_arg::as

◆ buf

VALUE read_raw_arg::buf

Definition at line 2352 of file zlib.c.

◆ in

struct { ... } read_raw_arg::in

◆ io

VALUE read_raw_arg::io

Definition at line 2347 of file zlib.c.

◆ len

VALUE read_raw_arg::len

Definition at line 2351 of file zlib.c.


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