DoxigAlpha

StructField

This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.

Fields of this type

Fields

#
name:[:0]const u8
type:type
default_value_ptr:?*const anyopaque
The type of the default value is the type of this struct field, which
is_comptime:bool
alignment:comptime_int

Loads the field's default value from `default_value_ptr`.

Functions

#
defaultValue
Loads the field's default value from `default_value_ptr`.