type internal/abi.StructType

9 uses

	internal/abi (current package)
		type.go#L307: 	StructType
		type.go#L402: func (t *Type) StructType() *StructType {
		type.go#L406: 	return (*StructType)(unsafe.Pointer(t))
		type.go#L560: type StructType struct {

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

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

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

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