Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
source · #[repr(C)]pub struct ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Challenge: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Response: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetCancel: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§Challenge: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§Response: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetCancel: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
source§impl ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
pub const fn new<Identity, Impl, const OFFSET: isize>(
) -> ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtblwhere
Identity: IUnknownImpl<Impl = Impl>,
Impl: ICoreWebView2BasicAuthenticationRequestedEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl Send for ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl Sync for ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl Unpin for ICoreWebView2BasicAuthenticationRequestedEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2BasicAuthenticationRequestedEventArgs_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