windows::Win32::Devices::Enumeration::Pnp

Trait IUPnPDescriptionDocumentCallback_Impl

pub trait IUPnPDescriptionDocumentCallback_Impl: IUnknownImpl {
    // Required method
    fn LoadComplete(&self, hrloadresult: HRESULT) -> Result<()>;
}

Required Methods§

fn LoadComplete(&self, hrloadresult: HRESULT) -> Result<()>

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§