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