#[repr(C)]pub struct ICoreWebView2NavigationStartingEventArgs3_Vtbl {
pub base__: ICoreWebView2NavigationStartingEventArgs2_Vtbl,
pub NavigationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_NAVIGATION_KIND) -> HRESULT,
}
Fields§
§base__: ICoreWebView2NavigationStartingEventArgs2_Vtbl
Implementations§
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