structstd.zig.Zir.Inst.FieldTypeRef[src]

Fields

container_type: Ref
field_name: Ref

Source Code

Source code
pub const FieldTypeRef = struct {
    container_type: Ref,
    field_name: Ref,
}