#[repr(C)]pub struct IWbemProviderInit {
pub lpVtbl: *const IWbemProviderInitVtbl,
}
Fields§
§lpVtbl: *const IWbemProviderInitVtbl
Implementations§
Source§impl IWbemProviderInit
impl IWbemProviderInit
pub unsafe fn Initialize( &self, wszUser: LPWSTR, lFlags: LONG, wszNamespace: LPWSTR, wszLocale: LPWSTR, pNamespace: *mut IWbemServices, pCtx: *mut IWbemContext, pInitSink: *mut IWbemProviderInitSink, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemProviderInit
impl Deref for IWbemProviderInit
Auto Trait Implementations§
impl Freeze for IWbemProviderInit
impl RefUnwindSafe for IWbemProviderInit
impl !Send for IWbemProviderInit
impl !Sync for IWbemProviderInit
impl Unpin for IWbemProviderInit
impl UnwindSafe for IWbemProviderInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more