You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The & operator only works on bare IDs, so while you can read from and write to a struct member, you can't get one's address. You can work around by manually doing the pointer arithmetic the compiler does for laying out the struct, but that's nasty!