pub struct WindowCloseRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2WindowCloseRequestedEventHandler
.
Implementations
sourceimpl WindowCloseRequestedEventHandler
impl WindowCloseRequestedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>
) -> ICoreWebView2WindowCloseRequestedEventHandler
Trait Implementations
sourceimpl AsImpl<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
impl AsImpl<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
fn as_impl(&self) -> &WindowCloseRequestedEventHandler
sourceimpl From<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
impl From<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
sourcefn from(this: WindowCloseRequestedEventHandler) -> Self
fn from(this: WindowCloseRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WindowCloseRequestedEventHandler> for IInspectable
impl From<WindowCloseRequestedEventHandler> for IInspectable
sourcefn from(this: WindowCloseRequestedEventHandler) -> Self
fn from(this: WindowCloseRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WindowCloseRequestedEventHandler> for IUnknown
impl From<WindowCloseRequestedEventHandler> for IUnknown
sourcefn from(this: WindowCloseRequestedEventHandler) -> Self
fn from(this: WindowCloseRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for WindowCloseRequestedEventHandler
impl !Send for WindowCloseRequestedEventHandler
impl !Sync for WindowCloseRequestedEventHandler
impl Unpin for WindowCloseRequestedEventHandler
impl !UnwindSafe for WindowCloseRequestedEventHandler
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