Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Environment [−][src]
#[repr(transparent)]pub struct ICoreWebView2Environment(_);Implementations
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, PWSTR>, Param3: IntoParam<'a, PWSTR>>(
&self,
content: Param0,
statuscode: i32,
reasonphrase: Param2,
headers: Param3
) -> Result<ICoreWebView2WebResourceResponse>
pub unsafe fn NewBrowserVersionAvailable<'a, Param0: IntoParam<'a, ICoreWebView2NewBrowserVersionAvailableEventHandler>>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<()>
pub unsafe fn RemoveNewBrowserVersionAvailable<'a, Param0: IntoParam<'a, EventRegistrationToken>>(
&self,
token: Param0
) -> Result<()>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Attempts to cast the current interface to another interface using QueryInterface.
The name cast is preferred to query because there is a WinRT method named query but not one
named cast. Read more
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Environment
impl !Send for ICoreWebView2Environment
impl !Sync for ICoreWebView2Environment
impl Unpin for ICoreWebView2Environment
impl UnwindSafe for ICoreWebView2Environment
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety
