#[repr(C)]pub struct IWbemLocator {
pub lpVtbl: *const IWbemLocatorVtbl,
}
Fields§
§lpVtbl: *const IWbemLocatorVtbl
Implementations§
Source§impl IWbemLocator
impl IWbemLocator
pub unsafe fn ConnectServer( &self, strNetworkResource: BSTR, strUser: BSTR, strPassword: BSTR, strLocale: BSTR, lSecurityFlags: c_long, strAuthority: BSTR, pCtx: *mut IWbemContext, ppNamespace: *mut *mut IWbemServices, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemLocator
impl Deref for IWbemLocator
Auto Trait Implementations§
impl Freeze for IWbemLocator
impl RefUnwindSafe for IWbemLocator
impl !Send for IWbemLocator
impl !Sync for IWbemLocator
impl Unpin for IWbemLocator
impl UnwindSafe for IWbemLocator
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