derelict-mono ~master (2017-06-08T06:27:16Z)
Dub
Repo
data_t.array_data_t
derelict
mono
types
MonoMarshalSpec
data_t
union
data_t
static
struct
array_data_t {
MonoMarshalNative
elem_type
;
int32_t
num_elem
;
int16_t
param_num
;
int16_t
elem_mult
;
}
Members
Variables
elem_mult
int16_t
elem_mult
;
-1 if not set
param_num
int16_t
param_num
;
-1 if not set
Meta
Source
See Implementation
derelict
mono
types
MonoMarshalSpec
data_t
structs
array_data_t