gstcheck.check_abistruct

Module for [CheckABIStruct] class

Types 1

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