const internal/abi.Struct
20 uses
internal/abi (current package)
type.go#L69: Struct
type.go#L165: Struct: "struct",
type.go#L319: case Struct:
type.go#L396: if t.Kind() != Struct {
internal/reflectlite
type.go#L87: Struct = abi.Struct
type.go#L599: case abi.Struct:
reflect
type.go#L1244: if ok || ntyp == nil || ntyp.Kind() != abi.Struct {
type.go#L2163: Kind_: abi.Struct,
type.go#L2756: case abi.Struct:
value.go#L1310: if v.Kind() == Pointer && v.typ().Elem().Kind() == abi.Struct {
value.go#L1333: if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {
runtime
alg.go#L258: case abi.Struct:
alg.go#L325: case abi.Struct:
cgocall.go#L658: case abi.Struct:
cgocheck.go#L273: case abi.Struct:
type.go#L65: case abi.Struct:
type.go#L453: case abi.Struct:
unique
clone.go#L47: case abi.Struct:
clone.go#L63: case abi.Struct:
clone.go#L80: case abi.Struct:
![]() |
The pages are generated with Golds v0.7.6. (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. |