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