type internal/abi.StructType

8 uses

	internal/abi (current package)
		type.go#L300: 	StructType
		type.go#L395: func (t *Type) StructType() *StructType {
		type.go#L399: 	return (*StructType)(unsafe.Pointer(t))
		type.go#L584: type StructType struct {

	internal/reflectlite
		type.go#L121: type structType = abi.StructType

	reflect
		type.go#L411: 	abi.StructType
		value.go#L1619: 		typ := (*abi.StructType)(unsafe.Pointer(v.typ()))

	runtime
		type.go#L252: type structtype = abi.StructType