Trait winrt::RtInterface [] [src]

pub unsafe trait RtInterface: ComInterface { }

Marker trait for all Windows Runtime interfaces. They must inherit from IInspectable.

Implementors