Struct IWebViewControlNavigationCompletedEventArgs_Vtbl
#[repr(C)]pub struct IWebViewControlNavigationCompletedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsSuccess: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub WebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut WebErrorStatus) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsSuccess: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§WebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut WebErrorStatus) -> HRESULT
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