Documentation
Dlang.org
StructFieldOptions
arrow
struct_field_options
class
StructFieldOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
StructFieldOptions
self
();
string
fieldRef
[@property getter];
this
();
void
setFieldRef
(string fieldRef);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
StructFieldOptions
self
()
Returns
this
, for use in
with
statements.
setFieldRef
void
setFieldRef
(string fieldRef)
Properties
_gType
GType
_gType
[@property getter]
fieldRef
string
fieldRef
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From FunctionOptions
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
FunctionOptions
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrow.function_options.FunctionOptions otherOptions)
toString_
string
toString_
()
arrow
struct_field_options
classes
StructFieldOptions