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