contextfree / winrt-rust

Use and (eventually) make Windows Runtime APIs with Rust
Apache License 2.0
142 stars 10 forks source link

Handle [Flags] enums #51

Open Boddlnagg opened 6 years ago

Boddlnagg commented 6 years ago

Some enums have the [Flags] attribute, e.g. Windows.Storage.StorageOpenOptions (even though I don't understand its purpose in that case ...). We should implement the bitwise operators for them (or maybe use bitflags?).