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