windows::Win32::NetworkManagement::NetManagement

Trait INetCfgClass_Impl

pub trait INetCfgClass_Impl: IUnknownImpl {
    // Required methods
    fn FindComponent(
        &self,
        pszwinfid: &PCWSTR,
        ppnccitem: OutRef<'_, INetCfgComponent>,
    ) -> Result<()>;
    fn EnumComponents(
        &self,
        ppenumcomponent: OutRef<'_, IEnumNetCfgComponent>,
    ) -> Result<()>;
}

Required Methods§

fn FindComponent( &self, pszwinfid: &PCWSTR, ppnccitem: OutRef<'_, INetCfgComponent>, ) -> Result<()>

fn EnumComponents( &self, ppenumcomponent: OutRef<'_, IEnumNetCfgComponent>, ) -> 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§