[−][src]Struct webview2_sys::ICoreWebView2EnvironmentOptionsVTable
Fields
iunknown_base: <dyn IUnknown as ComInterface>::VTableGetAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutAdditionalBrowserArguments: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTGetLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutLanguage: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTGetTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: *mut LPWSTR) -> HRESULTPutTargetCompatibleBrowserVersion: unsafe extern "stdcall" fn(_: *mut ICoreWebView2EnvironmentOptionsVPtr, _: LPCWSTR) -> HRESULTAuto Trait Implementations
impl RefUnwindSafe for ICoreWebView2EnvironmentOptionsVTable
impl Send for ICoreWebView2EnvironmentOptionsVTable
impl Sync for ICoreWebView2EnvironmentOptionsVTable
impl Unpin for ICoreWebView2EnvironmentOptionsVTable
impl UnwindSafe for ICoreWebView2EnvironmentOptionsVTable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,