MCPcopy Create free account
hub / github.com/google/gapid / encodableStruct

Struct encodableStruct

gapis/memory/write_test.go:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type encodableStruct struct {
64 X uint8
65 Y Pointer
66 Z int16
67 W uint64
68}
69
70var _ Encodable = encodableStruct{}
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected