mruby 3.3.0
mruby is the lightweight implementation of the Ruby language
Loading...
Searching...
No Matches
Public Attributes | List of all members
mrb_data_type Struct Reference

Custom C wrapped data. More...

#include <data.h>

Public Attributes

const char * struct_name
 data type name
 
void(* dfree )(mrb_state *mrb, void *)
 data type release function pointer
 

Detailed Description

Custom C wrapped data.

Defining Ruby wrappers around native objects. Custom data type description.


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