func reflect.StructOf

3 uses

	reflect (current package)
		type.go#L2368: func StructOf(fields []StructField) Type {
		type.go#L2605: 		tt := New(StructOf([]StructField{

	github.com/google/go-cmp/cmp/cmpopts
		sort.go#L122: 	outType := reflect.StructOf([]reflect.StructField{