type internal/abi.StructType

9 uses

	internal/abi (current package)
		type.go#L305: 	StructType
		type.go#L400: func (t *Type) StructType() *StructType {
		type.go#L404: 	return (*StructType)(unsafe.Pointer(t))
		type.go#L558: type StructType struct {

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

	internal/runtime/maps
		map.go#L873: 		s := (*abi.StructType)(unsafe.Pointer(t))

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

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