Struct webview2_com::HistoryChangedEventHandler
source · pub struct HistoryChangedEventHandler(_);
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 AsImpl<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
impl AsImpl<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
fn as_impl(&self) -> &HistoryChangedEventHandler
source§impl From<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
impl From<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
source§fn from(this: HistoryChangedEventHandler) -> Self
fn from(this: HistoryChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<HistoryChangedEventHandler> for IInspectable
impl From<HistoryChangedEventHandler> for IInspectable
source§fn from(this: HistoryChangedEventHandler) -> Self
fn from(this: HistoryChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<HistoryChangedEventHandler> for IUnknown
impl From<HistoryChangedEventHandler> for IUnknown
source§fn from(this: HistoryChangedEventHandler) -> Self
fn from(this: HistoryChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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