structstd.zig.Zir.Inst.EnumDecl.Small[src]

Fields

has_tag_type: bool
has_captures_len: bool
has_body_len: bool
has_fields_len: bool
has_decls_len: bool
name_strategy: NameStrategy
nonexhaustive: bool
_: u8 = undefined

Source Code

Source code
pub const Small = packed struct {
    has_tag_type: bool,
    has_captures_len: bool,
    has_body_len: bool,
    has_fields_len: bool,
    has_decls_len: bool,
    name_strategy: NameStrategy,
    nonexhaustive: bool,
    _: u8 = undefined,
}