Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2NewWindowRequestedEventArgs [−][src]
#[repr(transparent)]pub struct ICoreWebView2NewWindowRequestedEventArgs(_);
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
impl !Send for ICoreWebView2NewWindowRequestedEventArgs
impl !Sync for ICoreWebView2NewWindowRequestedEventArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety