#[repr(C)]pub struct ICoreWebView2SaveAsUIShowingEventArgs_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub ContentMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetCancel: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetSuppressDefaultDialog: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SuppressDefaultDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSaveAsFilePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SaveAsFilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAllowReplace: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub AllowReplace: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetKind: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_SAVE_AS_KIND) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SAVE_AS_KIND) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ContentMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetCancel: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetSuppressDefaultDialog: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SuppressDefaultDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSaveAsFilePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SaveAsFilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAllowReplace: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§AllowReplace: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetKind: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_SAVE_AS_KIND) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_SAVE_AS_KIND) -> HRESULT
Implementations§
Source§impl ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2SaveAsUIShowingEventArgs_Vtblwhere
Identity: ICoreWebView2SaveAsUIShowingEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl Send for ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl Sync for ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl Unpin for ICoreWebView2SaveAsUIShowingEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2SaveAsUIShowingEventArgs_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