gstcheck.check_abistruct

Module for [CheckABIStruct] class

Types 1

Fields
Methods
void * _cPtr()
string name() @propertyGet `name` field. Returns: The name of the structure
void name(string propval) @propertySet `name` field. Params: propval = The name of the structure
int size() @propertyGet `size` field. Returns: The current size of a structure
void size(int propval) @propertySet `size` field. Params: propval = The current size of a structure
int abiSize() @propertyGet `abiSize` field. Returns: The reference size of the structure
void abiSize(int propval) @propertySet `abiSize` field. Params: propval = The reference size of the structure
Constructors
this(void * ptr, Flag!"Take" take)