Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
RTypedData Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
 
const rb_data_type_ttype
 
VALUE typed_flag
 
void * data
 

Detailed Description

Definition at line 1099 of file ruby.h.

Field Documentation

◆ basic

struct RBasic RTypedData::basic

Definition at line 1100 of file ruby.h.

◆ data

void* RTypedData::data

Definition at line 1103 of file ruby.h.

◆ type

const rb_data_type_t* RTypedData::type

Definition at line 1101 of file ruby.h.

◆ typed_flag

VALUE RTypedData::typed_flag

Definition at line 1102 of file ruby.h.


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