Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions_Vtbl
source · #[repr(C)]pub struct ICoreWebView2EnvironmentOptions_Vtbl {
pub base__: IUnknown_Vtbl,
pub AdditionalBrowserArguments: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAdditionalBrowserArguments: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Language: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub TargetCompatibleBrowserVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetTargetCompatibleBrowserVersion: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AllowSingleSignOnUsingOSPrimaryAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetAllowSingleSignOnUsingOSPrimaryAccount: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AdditionalBrowserArguments: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAdditionalBrowserArguments: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Language: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§TargetCompatibleBrowserVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetTargetCompatibleBrowserVersion: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AllowSingleSignOnUsingOSPrimaryAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetAllowSingleSignOnUsingOSPrimaryAccount: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
source§impl ICoreWebView2EnvironmentOptions_Vtbl
impl ICoreWebView2EnvironmentOptions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2EnvironmentOptions_Vtblwhere
Identity: ICoreWebView2EnvironmentOptions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2EnvironmentOptions_Vtbl
impl RefUnwindSafe for ICoreWebView2EnvironmentOptions_Vtbl
impl Send for ICoreWebView2EnvironmentOptions_Vtbl
impl Sync for ICoreWebView2EnvironmentOptions_Vtbl
impl Unpin for ICoreWebView2EnvironmentOptions_Vtbl
impl UnwindSafe for ICoreWebView2EnvironmentOptions_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