Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
source · #[repr(C)]pub struct ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SCRIPT_DIALOG_KIND) -> HRESULT,
pub Message: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub Accept: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DefaultText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub ResultText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetResultText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Uri: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SCRIPT_DIALOG_KIND) -> HRESULT
§Message: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§Accept: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DefaultText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§ResultText: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetResultText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
source§impl ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2ScriptDialogOpeningEventArgs_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2ScriptDialogOpeningEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl Send for ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl Sync for ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl Unpin for ICoreWebView2ScriptDialogOpeningEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2ScriptDialogOpeningEventArgs_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