windows::Win32::System::Ole

Trait IProvideClassInfo2_Impl

pub trait IProvideClassInfo2_Impl: IProvideClassInfo_Impl {
    // Required method
    fn GetGUID(&self, dwguidkind: u32) -> Result<GUID>;
}

Required Methods§

fn GetGUID(&self, dwguidkind: u32) -> Result<GUID>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§