Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ScriptException_Vtbl
source · #[repr(C)]pub struct ICoreWebView2ScriptException_Vtbl {
pub base__: IUnknown_Vtbl,
pub LineNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ColumnNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Message: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub ToJson: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§LineNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ColumnNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Message: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§ToJson: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
source§impl ICoreWebView2ScriptException_Vtbl
impl ICoreWebView2ScriptException_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2ScriptException_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2ScriptException_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2ScriptException_Vtbl
impl RefUnwindSafe for ICoreWebView2ScriptException_Vtbl
impl Send for ICoreWebView2ScriptException_Vtbl
impl Sync for ICoreWebView2ScriptException_Vtbl
impl Unpin for ICoreWebView2ScriptException_Vtbl
impl UnwindSafe for ICoreWebView2ScriptException_Vtbl
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