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
is_aligned_to
FromBytes
We currently do a "manual" check for alignment.
#1037 (comment)
The text was updated successfully, but these errors were encountered:
Added to the list.
Sorry, something went wrong.
I am going to work on it. Can someone please assign it to me?
the feature pointer_is_aligned has not yet been stabilized, see rust-lang/rust#96284
pointer_is_aligned
is_aligned() is getting stabilized in 1.79 (is_aligned_to() got split into another feature gate).
is_aligned()
is_aligned_to()
No branches or pull requests
We currently do a "manual" check for alignment.
#1037 (comment)
The text was updated successfully, but these errors were encountered: