Struct webview2_com::HistoryChangedEventHandler
source · pub struct HistoryChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2HistoryChangedEventHandler_Impl
.
Implementations§
source§impl HistoryChangedEventHandler
impl HistoryChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>, ) -> ICoreWebView2HistoryChangedEventHandler
Trait Implementations§
source§impl AsImpl<HistoryChangedEventHandler> for IUnknown
impl AsImpl<HistoryChangedEventHandler> for IUnknown
source§impl ComObjectInner for HistoryChangedEventHandler
impl ComObjectInner for HistoryChangedEventHandler
§type Outer = HistoryChangedEventHandler_Impl
type Outer = HistoryChangedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !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