Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2NewWindowRequestedEventArgs2 [−][src]
#[repr(transparent)]pub struct ICoreWebView2NewWindowRequestedEventArgs2(_);
Implementations
pub unsafe fn SetNewWindow<'a, Param0>(
&self,
newwindow: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2>,
pub unsafe fn SetHandled<'a, Param0>(
&self,
handled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety