Trait IWbemConnectorLogin_Impl
pub trait IWbemConnectorLogin_Impl: IUnknownImpl {
// Required method
fn ConnectorLogin(
&self,
wsznetworkresource: &PCWSTR,
wszpreferredlocale: &PCWSTR,
lflags: i32,
pctx: Ref<'_, IWbemContext>,
riid: *const GUID,
pinterface: *mut *mut c_void,
) -> Result<()>;
}Required Methods§
fn ConnectorLogin( &self, wsznetworkresource: &PCWSTR, wszpreferredlocale: &PCWSTR, lflags: i32, pctx: Ref<'_, IWbemContext>, riid: *const GUID, pinterface: *mut *mut c_void, ) -> 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.