We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
field_offset
std::mem::offset_of
The latter is preferable since it is in the standard-library and a compiler builtin.
I think there are some safety issues with the current implementation of field_offset!.
field_offset!
However this is blocked on the offset_of_nested feature.
offset_of_nested
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latter is preferable since it is in the standard-library and a compiler builtin.
I think there are some safety issues with the current implementation of
field_offset!
.However this is blocked on the
offset_of_nested
feature.The text was updated successfully, but these errors were encountered: