type internal/abi.StructType

8 uses

	internal/abi (current package)
		type.go#L311: 	StructType
		type.go#L406: func (t *Type) StructType() *StructType {
		type.go#L410: 	return (*StructType)(unsafe.Pointer(t))
		type.go#L564: type StructType struct {

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

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

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