Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Environment6
source · [−]#[repr(transparent)]pub struct ICoreWebView2Environment6(_);Implementations
sourceimpl ICoreWebView2Environment6
impl ICoreWebView2Environment6
pub unsafe fn CreateCoreWebView2Controller<'a, Param0: IntoParam<'a, HWND>, Param1: IntoParam<'a, ICoreWebView2CreateCoreWebView2ControllerCompletedHandler>>(
&self,
parentwindow: Param0,
handler: Param1
) -> Result<()>
pub unsafe fn CreateWebResourceResponse<'a, Param0: IntoParam<'a, IStream>, Param2: IntoParam<'a, PCWSTR>, Param3: IntoParam<'a, PCWSTR>>(
&self,
content: Param0,
statuscode: i32,
reasonphrase: Param2,
headers: Param3
) -> Result<ICoreWebView2WebResourceResponse>
pub unsafe fn BrowserVersionString(&self, versioninfo: *mut PWSTR) -> Result<()>
pub unsafe fn add_NewBrowserVersionAvailable<'a, Param0: IntoParam<'a, ICoreWebView2NewBrowserVersionAvailableEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn remove_NewBrowserVersionAvailable<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn CreateWebResourceRequest<'a, Param0: IntoParam<'a, PCWSTR>, Param1: IntoParam<'a, PCWSTR>, Param2: IntoParam<'a, IStream>, Param3: IntoParam<'a, PCWSTR>>(
&self,
uri: Param0,
method: Param1,
postdata: Param2,
headers: Param3
) -> Result<ICoreWebView2WebResourceRequest>
pub unsafe fn CreateCoreWebView2CompositionController<'a, Param0: IntoParam<'a, HWND>, Param1: IntoParam<'a, ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler>>(
&self,
parentwindow: Param0,
handler: Param1
) -> Result<()>
pub unsafe fn CreateCoreWebView2PointerInfo(
&self
) -> Result<ICoreWebView2PointerInfo>
pub unsafe fn GetAutomationProviderForWindow<'a, Param0: IntoParam<'a, HWND>>(
&self,
hwnd: Param0
) -> Result<IUnknown>
pub unsafe fn add_BrowserProcessExited<'a, Param0: IntoParam<'a, ICoreWebView2BrowserProcessExitedEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn remove_BrowserProcessExited<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
pub unsafe fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings>
Trait Implementations
sourceimpl Clone for ICoreWebView2Environment6
impl Clone for ICoreWebView2Environment6
sourceimpl Debug for ICoreWebView2Environment6
impl Debug for ICoreWebView2Environment6
sourceimpl From<&'_ ICoreWebView2Environment10> for ICoreWebView2Environment6
impl From<&'_ ICoreWebView2Environment10> for ICoreWebView2Environment6
sourcefn from(value: &ICoreWebView2Environment10) -> Self
fn from(value: &ICoreWebView2Environment10) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for IUnknown
impl From<&'_ ICoreWebView2Environment6> for IUnknown
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment
impl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment2
impl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment2
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment3
impl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment3
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment4
impl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment4
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment5
impl From<&'_ ICoreWebView2Environment6> for ICoreWebView2Environment5
sourcefn from(value: &ICoreWebView2Environment6) -> Self
fn from(value: &ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment7> for ICoreWebView2Environment6
impl From<&'_ ICoreWebView2Environment7> for ICoreWebView2Environment6
sourcefn from(value: &ICoreWebView2Environment7) -> Self
fn from(value: &ICoreWebView2Environment7) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment8> for ICoreWebView2Environment6
impl From<&'_ ICoreWebView2Environment8> for ICoreWebView2Environment6
sourcefn from(value: &ICoreWebView2Environment8) -> Self
fn from(value: &ICoreWebView2Environment8) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ ICoreWebView2Environment9> for ICoreWebView2Environment6
impl From<&'_ ICoreWebView2Environment9> for ICoreWebView2Environment6
sourcefn from(value: &ICoreWebView2Environment9) -> Self
fn from(value: &ICoreWebView2Environment9) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment10> for ICoreWebView2Environment6
impl From<ICoreWebView2Environment10> for ICoreWebView2Environment6
sourcefn from(value: ICoreWebView2Environment10) -> Self
fn from(value: ICoreWebView2Environment10) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for IUnknown
impl From<ICoreWebView2Environment6> for IUnknown
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for ICoreWebView2Environment
impl From<ICoreWebView2Environment6> for ICoreWebView2Environment
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for ICoreWebView2Environment2
impl From<ICoreWebView2Environment6> for ICoreWebView2Environment2
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for ICoreWebView2Environment3
impl From<ICoreWebView2Environment6> for ICoreWebView2Environment3
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for ICoreWebView2Environment4
impl From<ICoreWebView2Environment6> for ICoreWebView2Environment4
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment6> for ICoreWebView2Environment5
impl From<ICoreWebView2Environment6> for ICoreWebView2Environment5
sourcefn from(value: ICoreWebView2Environment6) -> Self
fn from(value: ICoreWebView2Environment6) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment7> for ICoreWebView2Environment6
impl From<ICoreWebView2Environment7> for ICoreWebView2Environment6
sourcefn from(value: ICoreWebView2Environment7) -> Self
fn from(value: ICoreWebView2Environment7) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment8> for ICoreWebView2Environment6
impl From<ICoreWebView2Environment8> for ICoreWebView2Environment6
sourcefn from(value: ICoreWebView2Environment8) -> Self
fn from(value: ICoreWebView2Environment8) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Environment9> for ICoreWebView2Environment6
impl From<ICoreWebView2Environment9> for ICoreWebView2Environment6
sourcefn from(value: ICoreWebView2Environment9) -> Self
fn from(value: ICoreWebView2Environment9) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2Environment6
impl Interface for ICoreWebView2Environment6
sourceconst IID: GUID = ::windows::core::GUID::from_u128(0xe59ee362_acbd_4857_9a8e_d3644d9459a9)
const IID: GUID = ::windows::core::GUID::from_u128(0xe59ee362_acbd_4857_9a8e_d3644d9459a9)
A unique identifier representing this interface.
impl Eq for ICoreWebView2Environment6
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Environment6
impl !Send for ICoreWebView2Environment6
impl !Sync for ICoreWebView2Environment6
impl Unpin for ICoreWebView2Environment6
impl UnwindSafe for ICoreWebView2Environment6
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more