We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
pub __bindgen_padding_0: [u8; 40usize], | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait Default is not implemented for [u8; 40]
Default
[u8; 40]
This very well may be something I (should) have to work around, but could you please explain the meaning of "when possible" in the doc?
$ rustup show Default host: x86_64-pc-windows-msvc rustup home: C:\Users\ddumont\.rustup installed toolchains -------------------- stable-x86_64-pc-windows-msvc (default) 1.86.0-x86_64-pc-windows-msvc active toolchain ---------------- stable-x86_64-pc-windows-msvc (default) rustc 1.85.0 (4d91de4e4 2025-02-17)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pub __bindgen_padding_0: [u8; 40usize],
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait
Default
is not implemented for[u8; 40]
This very well may be something I (should) have to work around, but could you please explain the meaning of "when possible" in the doc?
The text was updated successfully, but these errors were encountered: