Struct webview2_com::HistoryChangedEventHandler
source · [−]pub struct HistoryChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2HistoryChangedEventHandler
.
Implementations
sourceimpl HistoryChangedEventHandler
impl HistoryChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>
) -> ICoreWebView2HistoryChangedEventHandler
Trait Implementations
sourceimpl AsImpl<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
impl AsImpl<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
fn as_impl(&self) -> &HistoryChangedEventHandler
sourceimpl From<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
impl From<HistoryChangedEventHandler> for ICoreWebView2HistoryChangedEventHandler
sourcefn from(this: HistoryChangedEventHandler) -> Self
fn from(this: HistoryChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<HistoryChangedEventHandler> for IInspectable
impl From<HistoryChangedEventHandler> for IInspectable
sourcefn from(this: HistoryChangedEventHandler) -> Self
fn from(this: HistoryChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<HistoryChangedEventHandler> for IUnknown
impl From<HistoryChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more