const internal/abi.Struct

10 uses

	internal/abi (current package)
		type.go#L69: 	Struct
		type.go#L159: 	Struct:        "struct",
		type.go#L292: 	case Struct:
		type.go#L369: 	if t.Kind() != Struct {

	internal/reflectlite
		type.go#L87: 	Struct    = abi.Struct
		type.go#L610: 	case abi.Struct:

	reflect
		type.go#L1101: 				if ok || ntyp == nil || ntyp.Kind() != abi.Struct {
		type.go#L2595: 	case abi.Struct:
		value.go#L1316: 			if v.Kind() == Pointer && v.typ().Elem().Kind() == abi.Struct {
		value.go#L1339: 			if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {