#[repr(C)]pub struct ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub ErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_WEB_ERROR_STATUS) -> HRESULT,
pub RequestUri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub ServerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Action: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION) -> HRESULT,
pub SetAction: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_WEB_ERROR_STATUS) -> HRESULT
§RequestUri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§ServerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Action: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION) -> HRESULT
§SetAction: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
Source§impl ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtblwhere
Identity: ICoreWebView2ServerCertificateErrorDetectedEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl Send for ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl Sync for ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl Unpin for ICoreWebView2ServerCertificateErrorDetectedEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2ServerCertificateErrorDetectedEventArgs_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