Lines Matching refs:structs
23 // struct dst. dst and src must be the same type, and both must be pointers to structs.
34 // embedded structs, pointers to structs, and interfaces containing
35 // pointers to structs. Appending the zero value of a property will always be a no-op.
41 // struct dst. dst and src must be the same type, and both must be pointers to structs.
52 // embedded structs, pointers to structs, and interfaces containing
53 // pointers to structs. Prepending the zero value of a property will always be a no-op.
59 // property structs in dst. dst and src do not have to be the same type, but every property in src
60 // must be found in at least one property in dst. dst must be a slice of pointers to structs, and
72 // embedded structs, pointers to structs, and interfaces containing
73 // pointers to structs. Appending the zero value of a property will always be a no-op.
80 // property structs in dst. dst and src do not have to be the same type, but every property in src
81 // must be found in at least one property in dst. dst must be a slice of pointers to structs, and
93 // embedded structs, pointers to structs, and interfaces containing
94 // pointers to structs. Prepending the zero value of a property will always be a no-op.