pub struct FrameDestroyedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2FrameDestroyedEventHandler
.
Implementations§
Source§impl FrameDestroyedEventHandler
impl FrameDestroyedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2Frame>, Option<IUnknown>>, ) -> ICoreWebView2FrameDestroyedEventHandler
Trait Implementations§
Source§impl From<&mut FrameDestroyedEventHandler> for ICoreWebView2FrameDestroyedEventHandler
impl From<&mut FrameDestroyedEventHandler> for ICoreWebView2FrameDestroyedEventHandler
Source§fn from(implementation: &mut FrameDestroyedEventHandler) -> Self
fn from(implementation: &mut FrameDestroyedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FrameDestroyedEventHandler> for ICoreWebView2FrameDestroyedEventHandler
impl From<FrameDestroyedEventHandler> for ICoreWebView2FrameDestroyedEventHandler
Source§fn from(implementation: FrameDestroyedEventHandler) -> Self
fn from(implementation: FrameDestroyedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FrameDestroyedEventHandler> for IInspectable
impl From<FrameDestroyedEventHandler> for IInspectable
Source§fn from(implementation: FrameDestroyedEventHandler) -> Self
fn from(implementation: FrameDestroyedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FrameDestroyedEventHandler> for IUnknown
impl From<FrameDestroyedEventHandler> for IUnknown
Source§fn from(implementation: FrameDestroyedEventHandler) -> Self
fn from(implementation: FrameDestroyedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2FrameDestroyedEventHandler> for FrameDestroyedEventHandler
impl ToImpl<ICoreWebView2FrameDestroyedEventHandler> for FrameDestroyedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2FrameDestroyedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2FrameDestroyedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for FrameDestroyedEventHandler
impl !RefUnwindSafe for FrameDestroyedEventHandler
impl !Send for FrameDestroyedEventHandler
impl !Sync for FrameDestroyedEventHandler
impl Unpin for FrameDestroyedEventHandler
impl !UnwindSafe for FrameDestroyedEventHandler
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