pub struct WindowCloseRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2WindowCloseRequestedEventHandler
.
Implementations§
source§impl WindowCloseRequestedEventHandler
impl WindowCloseRequestedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>> ) -> ICoreWebView2WindowCloseRequestedEventHandler
Trait Implementations§
source§impl AsImpl<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
impl AsImpl<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
fn as_impl(&self) -> &WindowCloseRequestedEventHandler
source§impl From<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
impl From<WindowCloseRequestedEventHandler> for ICoreWebView2WindowCloseRequestedEventHandler
source§fn from(this: WindowCloseRequestedEventHandler) -> Self
fn from(this: WindowCloseRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<WindowCloseRequestedEventHandler> for IInspectable
impl From<WindowCloseRequestedEventHandler> for IInspectable
source§fn from(this: WindowCloseRequestedEventHandler) -> Self
fn from(this: WindowCloseRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<WindowCloseRequestedEventHandler> for IUnknown
impl From<WindowCloseRequestedEventHandler> for IUnknown
source§fn 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more