Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs2_Vtbl
source · #[repr(C)]pub struct ICoreWebView2NavigationCompletedEventArgs2_Vtbl {
pub base__: ICoreWebView2NavigationCompletedEventArgs_Vtbl,
pub HttpStatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: ICoreWebView2NavigationCompletedEventArgs_Vtbl
§HttpStatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2NavigationCompletedEventArgs2_Vtblwhere
Identity: ICoreWebView2NavigationCompletedEventArgs2_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