Trait winrt::ComIid

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

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§