#[repr(C)]pub struct ICoreWebView2DOMContentLoadedEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetNavigationId: unsafe extern "stdcall" fn(*mut ICoreWebView2DOMContentLoadedEventArgsVPtr, *mut u64) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTableAuto Trait Implementations§
impl Freeze for ICoreWebView2DOMContentLoadedEventArgsVTable
impl RefUnwindSafe for ICoreWebView2DOMContentLoadedEventArgsVTable
impl Send for ICoreWebView2DOMContentLoadedEventArgsVTable
impl Sync for ICoreWebView2DOMContentLoadedEventArgsVTable
impl Unpin for ICoreWebView2DOMContentLoadedEventArgsVTable
impl UnwindSafe for ICoreWebView2DOMContentLoadedEventArgsVTable
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