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