Skip to content
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

Add support for bit fields #2942

Open
kennykerr opened this issue Mar 19, 2024 · 3 comments
Open

Add support for bit fields #2942

kennykerr opened this issue Mar 19, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@kennykerr
Copy link
Collaborator

kennykerr commented Mar 19, 2024

Rust lacks support at the moment: rust-lang/rfcs#314

Metadata now provides this information: microsoft/win32metadata#1392

@kennykerr kennykerr added the enhancement New feature or request label Mar 19, 2024
@mominshaikhdevs
Copy link

I don't see the point of this issue. Since, rust the language itself doesn't support that. I believe this can be reopened and worked on once the lang itself supports it.

@kennykerr
Copy link
Collaborator Author

We could add get/set methods.

@workingjubilee
Copy link

We do indeed effectively farm out this responsibility to crates, essentially so that those crates can implement the getters/setters that strike their fancy. I believe rust-bindgen provides some such support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants