windows::Win32::Devices::FunctionDiscovery

Trait IPNPXAssociation_Impl

pub trait IPNPXAssociation_Impl: IUnknownImpl {
    // Required methods
    fn Associate(&self, pszsubcategory: &PCWSTR) -> Result<()>;
    fn Unassociate(&self, pszsubcategory: &PCWSTR) -> Result<()>;
    fn Delete(&self, pszsubcategory: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Associate(&self, pszsubcategory: &PCWSTR) -> Result<()>

fn Unassociate(&self, pszsubcategory: &PCWSTR) -> Result<()>

fn Delete(&self, pszsubcategory: &PCWSTR) -> 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§