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
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |