unionstd.zig.Zir.Inst.Capture.Unwrapped[src]

Fields

nested: u16
instruction: Zir.Inst.Index
instruction_load: Zir.Inst.Index
decl_val: NullTerminatedString
decl_ref: NullTerminatedString

Source Code

Source code
pub const Unwrapped = union(enum) {
    nested: u16,
    instruction: Zir.Inst.Index,
    instruction_load: Zir.Inst.Index,
    decl_val: NullTerminatedString,
    decl_ref: NullTerminatedString,
}