Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs_Vtbl
source · #[repr(C)]pub struct ICoreWebView2NavigationCompletedEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsSuccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub WebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_WEB_ERROR_STATUS) -> HRESULT,
pub NavigationId: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsSuccess: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§WebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_WEB_ERROR_STATUS) -> HRESULT
Implementations§
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2NavigationCompletedEventArgs_Vtblwhere
Identity: ICoreWebView2NavigationCompletedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
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