pub struct DocumentTitleChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2DocumentTitleChangedEventHandler
.
Implementations
sourceimpl DocumentTitleChangedEventHandler
impl DocumentTitleChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>
) -> ICoreWebView2DocumentTitleChangedEventHandler
Trait Implementations
sourceimpl AsImpl<DocumentTitleChangedEventHandler> for ICoreWebView2DocumentTitleChangedEventHandler
impl AsImpl<DocumentTitleChangedEventHandler> for ICoreWebView2DocumentTitleChangedEventHandler
fn as_impl(&self) -> &DocumentTitleChangedEventHandler
sourceimpl From<DocumentTitleChangedEventHandler> for ICoreWebView2DocumentTitleChangedEventHandler
impl From<DocumentTitleChangedEventHandler> for ICoreWebView2DocumentTitleChangedEventHandler
sourcefn from(this: DocumentTitleChangedEventHandler) -> Self
fn from(this: DocumentTitleChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<DocumentTitleChangedEventHandler> for IInspectable
impl From<DocumentTitleChangedEventHandler> for IInspectable
sourcefn from(this: DocumentTitleChangedEventHandler) -> Self
fn from(this: DocumentTitleChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<DocumentTitleChangedEventHandler> for IUnknown
impl From<DocumentTitleChangedEventHandler> for IUnknown
sourcefn from(this: DocumentTitleChangedEventHandler) -> Self
fn from(this: DocumentTitleChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for DocumentTitleChangedEventHandler
impl !Send for DocumentTitleChangedEventHandler
impl !Sync for DocumentTitleChangedEventHandler
impl Unpin for DocumentTitleChangedEventHandler
impl !UnwindSafe for DocumentTitleChangedEventHandler
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