Trait INetCfgClassSetup2_Impl
pub trait INetCfgClassSetup2_Impl: INetCfgClassSetup_Impl {
// Required method
fn UpdateNonEnumeratedComponent(
&self,
picomp: Ref<'_, INetCfgComponent>,
dwsetupflags: u32,
dwupgradefrombuildno: u32,
) -> Result<()>;
}
Required Methods§
fn UpdateNonEnumeratedComponent( &self, picomp: Ref<'_, INetCfgComponent>, dwsetupflags: u32, dwupgradefrombuildno: u32, ) -> 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.