Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings7_Vtbl
source · #[repr(C)]pub struct ICoreWebView2Settings7_Vtbl {
pub base__: ICoreWebView2Settings6_Vtbl,
pub HiddenPdfToolbarItems: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> HRESULT,
pub SetHiddenPdfToolbarItems: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> HRESULT,
}
Fields§
§base__: ICoreWebView2Settings6_Vtbl
§HiddenPdfToolbarItems: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> HRESULT
§SetHiddenPdfToolbarItems: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PDF_TOOLBAR_ITEMS) -> HRESULT
Implementations§
source§impl ICoreWebView2Settings7_Vtbl
impl ICoreWebView2Settings7_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2Settings7_Vtblwhere
Identity: ICoreWebView2Settings7_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2Settings7_Vtbl
impl RefUnwindSafe for ICoreWebView2Settings7_Vtbl
impl Send for ICoreWebView2Settings7_Vtbl
impl Sync for ICoreWebView2Settings7_Vtbl
impl Unpin for ICoreWebView2Settings7_Vtbl
impl UnwindSafe for ICoreWebView2Settings7_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