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