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

Trait IUPnPDevices_Impl

pub trait IUPnPDevices_Impl: IDispatch_Impl {
    // Required methods
    fn Count(&self) -> Result<i32>;
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn get_Item(&self, bstrudn: &BSTR) -> Result<IUPnPDevice>;
}

Required Methods§

fn Count(&self) -> Result<i32>

fn _NewEnum(&self) -> Result<IUnknown>

fn get_Item(&self, bstrudn: &BSTR) -> Result<IUPnPDevice>

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§