#[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§
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