const internal/abi.Struct
10 uses
internal/abi (current package)
type.go#L69: Struct
type.go#L159: Struct: "struct",
type.go#L292: case Struct:
type.go#L369: if t.Kind() != Struct {
internal/reflectlite
type.go#L87: Struct = abi.Struct
type.go#L610: case abi.Struct:
reflect
type.go#L1101: if ok || ntyp == nil || ntyp.Kind() != abi.Struct {
type.go#L2595: case abi.Struct:
value.go#L1316: if v.Kind() == Pointer && v.typ().Elem().Kind() == abi.Struct {
value.go#L1339: if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |