#[repr(C)]pub struct IWSManConnectionOptionsEx2_Vtbl {
pub base__: IWSManConnectionOptionsEx_Vtbl,
pub SetProxy: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT,
pub ProxyIEConfig: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyWinHttpConfig: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyAutoDetect: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyNoProxyServer: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyAuthenticationUseNegotiate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyAuthenticationUseBasic: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ProxyAuthenticationUseDigest: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IWSManConnectionOptionsEx_Vtbl
§SetProxy: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT
§ProxyIEConfig: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyWinHttpConfig: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyAutoDetect: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyNoProxyServer: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyAuthenticationUseNegotiate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyAuthenticationUseBasic: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ProxyAuthenticationUseDigest: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IWSManConnectionOptionsEx2_Vtbl
impl IWSManConnectionOptionsEx2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWSManConnectionOptionsEx2_Vtblwhere
Identity: IWSManConnectionOptionsEx2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSManConnectionOptionsEx2_Vtbl
impl RefUnwindSafe for IWSManConnectionOptionsEx2_Vtbl
impl Send for IWSManConnectionOptionsEx2_Vtbl
impl Sync for IWSManConnectionOptionsEx2_Vtbl
impl Unpin for IWSManConnectionOptionsEx2_Vtbl
impl UnwindSafe for IWSManConnectionOptionsEx2_Vtbl
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