Trait winrt::ComIid [] [src]

pub trait ComIid {
    fn iid() -> &'static Guid;
}

Provides a way to get the IID for a COM/WinRT interface. This should be implemented for all interfaces, except parameterized ones, because IIDs of parameterized interfaces depend on concrete instantiations of the parameter types.

Required Methods

Implementors