#[repr(C)]pub struct ICoreWebView2EnvironmentOptions4_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCustomSchemeRegistrations: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut Option<ICoreWebView2CustomSchemeRegistration>) -> HRESULT,
pub SetCustomSchemeRegistrations: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCustomSchemeRegistrations: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut Option<ICoreWebView2CustomSchemeRegistration>) -> HRESULT
§SetCustomSchemeRegistrations: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
source§impl ICoreWebView2EnvironmentOptions4_Vtbl
impl ICoreWebView2EnvironmentOptions4_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2EnvironmentOptions4_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2EnvironmentOptions4_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2EnvironmentOptions4_Vtbl
impl RefUnwindSafe for ICoreWebView2EnvironmentOptions4_Vtbl
impl Send for ICoreWebView2EnvironmentOptions4_Vtbl
impl Sync for ICoreWebView2EnvironmentOptions4_Vtbl
impl Unpin for ICoreWebView2EnvironmentOptions4_Vtbl
impl UnwindSafe for ICoreWebView2EnvironmentOptions4_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