Trait INetCfgComponentSysPrep_Impl
pub trait INetCfgComponentSysPrep_Impl: IUnknownImpl {
// Required methods
fn SaveAdapterParameters(
&self,
pncsp: Ref<'_, INetCfgSysPrep>,
pszwanswersections: &PCWSTR,
padapterinstanceguid: *const GUID,
) -> Result<()>;
fn RestoreAdapterParameters(
&self,
pszwanswerfile: &PCWSTR,
pszwanswersection: &PCWSTR,
padapterinstanceguid: *const GUID,
) -> Result<()>;
}
Required Methods§
fn SaveAdapterParameters( &self, pncsp: Ref<'_, INetCfgSysPrep>, pszwanswersections: &PCWSTR, padapterinstanceguid: *const GUID, ) -> Result<()>
fn RestoreAdapterParameters( &self, pszwanswerfile: &PCWSTR, pszwanswersection: &PCWSTR, padapterinstanceguid: *const GUID, ) -> 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.