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
Ah yeah this is unfortunately because we don't support unions in a great way right now, I'd recommend creating instances via mem::zeroed or mem::uninitialized and then initializing each member individually (as you would in C). Eventually I hope to remove these fields though!
Hi, is there any reason why __align is declared in in6_addr? As of now it is preventing in6_addr struct to be created.
The text was updated successfully, but these errors were encountered: