You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bitwise operators will be generated for any enum that has the Flags attribute but these don't have this attribute. I'll transfer to the Win32 metadata repo for consideration.
Summary
Many other flags types in windows-rs implement the std::ops traits necessary for OR etc. on the bitflags, however this one doesn't
(windows::Win32::Security::Cryptography::CERT_OPEN_STORE_FLAGS)
Crate manifest
No response
Crate code
The text was updated successfully, but these errors were encountered: