-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significant of struct repr #6
Comments
This actually comes from the ffi documentation. Specifically for the private field, this bit is interesting:
|
I see! Thank you. It makes sense. That part must have been added somewhat recently. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could example the significance of using the following pattern over ffi in your code vs. empty struct despite having the same size and alignment?
vs.
The text was updated successfully, but these errors were encountered: