windows::Win32::System::Ole

Trait IProvideClassInfo_Impl

pub trait IProvideClassInfo_Impl: IUnknownImpl {
    // Required method
    fn GetClassInfo(&self) -> Result<ITypeInfo>;
}

Required Methods§

fn GetClassInfo(&self) -> Result<ITypeInfo>

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§