retep998 / wio-rs

Windows things for Rust
Apache License 2.0
52 stars 14 forks source link

ComPtr(NonNull<T>) #11

Closed Connicpu closed 6 years ago

Connicpu commented 6 years ago

Optional feature which allows ComPtr to use NonNull when using newer versions of rustc (1.25 stable or later), giving the nonzero enum value optimization to Option<ComPtr>