Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_9_Vtbl
source · #[repr(C)]pub struct ICoreWebView2_9_Vtbl {
pub base__: ICoreWebView2_8_Vtbl,
pub add_IsDefaultDownloadDialogOpenChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub remove_IsDefaultDownloadDialogOpenChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub IsDefaultDownloadDialogOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub OpenDefaultDownloadDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseDefaultDownloadDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DefaultDownloadDialogCornerAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT) -> HRESULT,
pub SetDefaultDownloadDialogCornerAlignment: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT) -> HRESULT,
pub DefaultDownloadDialogMargin: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT,
pub SetDefaultDownloadDialogMargin: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT,
}
Fields§
§base__: ICoreWebView2_8_Vtbl
§add_IsDefaultDownloadDialogOpenChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§remove_IsDefaultDownloadDialogOpenChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§IsDefaultDownloadDialogOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§OpenDefaultDownloadDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloseDefaultDownloadDialog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DefaultDownloadDialogCornerAlignment: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT) -> HRESULT
§SetDefaultDownloadDialogCornerAlignment: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT) -> HRESULT
§DefaultDownloadDialogMargin: unsafe extern "system" fn(_: *mut c_void, _: *mut POINT) -> HRESULT
§SetDefaultDownloadDialogMargin: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT
Implementations§
source§impl ICoreWebView2_9_Vtbl
impl ICoreWebView2_9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2_9_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2_9_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2_9_Vtbl
impl RefUnwindSafe for ICoreWebView2_9_Vtbl
impl Send for ICoreWebView2_9_Vtbl
impl Sync for ICoreWebView2_9_Vtbl
impl Unpin for ICoreWebView2_9_Vtbl
impl UnwindSafe for ICoreWebView2_9_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