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

Trait IUPnPRemoteEndpointInfo_Impl

pub trait IUPnPRemoteEndpointInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetDwordValue(&self, bstrvaluename: &BSTR) -> Result<u32>;
    fn GetStringValue(&self, bstrvaluename: &BSTR) -> Result<BSTR>;
    fn GetGuidValue(&self, bstrvaluename: &BSTR) -> Result<GUID>;
}

Required Methods§

fn GetDwordValue(&self, bstrvaluename: &BSTR) -> Result<u32>

fn GetStringValue(&self, bstrvaluename: &BSTR) -> Result<BSTR>

fn GetGuidValue(&self, bstrvaluename: &BSTR) -> 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§