Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ControllerOptions2_Vtbl
source · #[repr(C)]pub struct ICoreWebView2ControllerOptions2_Vtbl {
pub base__: ICoreWebView2ControllerOptions_Vtbl,
pub ScriptLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetScriptLocale: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ICoreWebView2ControllerOptions_Vtbl
§ScriptLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetScriptLocale: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
source§impl ICoreWebView2ControllerOptions2_Vtbl
impl ICoreWebView2ControllerOptions2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2ControllerOptions2_Vtblwhere
Identity: ICoreWebView2ControllerOptions2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2ControllerOptions2_Vtbl
impl RefUnwindSafe for ICoreWebView2ControllerOptions2_Vtbl
impl Send for ICoreWebView2ControllerOptions2_Vtbl
impl Sync for ICoreWebView2ControllerOptions2_Vtbl
impl Unpin for ICoreWebView2ControllerOptions2_Vtbl
impl UnwindSafe for ICoreWebView2ControllerOptions2_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