#[repr(C)]pub struct ICoreWebView2EnvironmentOptionsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetAdditionalBrowserArguments: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT,
pub PutAdditionalBrowserArguments: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT,
pub GetLanguage: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT,
pub PutLanguage: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT,
pub GetTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT,
pub PutTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT,
pub GetAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut BOOL) -> HRESULT,
pub PutAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, BOOL) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetAdditionalBrowserArguments: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT§PutAdditionalBrowserArguments: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT§GetLanguage: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT§PutLanguage: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT§GetTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut LPWSTR) -> HRESULT§PutTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, LPCWSTR) -> HRESULT§GetAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, *mut BOOL) -> HRESULT§PutAllowSingleSignOnUsingOsprimaryAccount: unsafe extern "stdcall" fn(*mut ICoreWebView2EnvironmentOptionsVPtr, BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2EnvironmentOptionsVTable
impl RefUnwindSafe for ICoreWebView2EnvironmentOptionsVTable
impl Send for ICoreWebView2EnvironmentOptionsVTable
impl Sync for ICoreWebView2EnvironmentOptionsVTable
impl Unpin for ICoreWebView2EnvironmentOptionsVTable
impl UnwindSafe for ICoreWebView2EnvironmentOptionsVTable
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