pub struct DOMContentLoadedEventArgs { /* private fields */ }
Expand description
Wrapper for ICoreWebView2DOMContentLoadedEventArgs
.
Implementations§
Source§impl DOMContentLoadedEventArgs
impl DOMContentLoadedEventArgs
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>
Trait Implementations§
Source§impl Clone for DOMContentLoadedEventArgs
impl Clone for DOMContentLoadedEventArgs
Source§fn clone(&self) -> DOMContentLoadedEventArgs
fn clone(&self) -> DOMContentLoadedEventArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DOMContentLoadedEventArgs
impl Debug for DOMContentLoadedEventArgs
Source§impl From<ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>> for DOMContentLoadedEventArgs
impl From<ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>> for DOMContentLoadedEventArgs
Source§fn from(inner: ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>) -> Self
fn from(inner: ComRc<dyn ICoreWebView2DOMContentLoadedEventArgs>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DOMContentLoadedEventArgs
impl !RefUnwindSafe for DOMContentLoadedEventArgs
impl !Send for DOMContentLoadedEventArgs
impl !Sync for DOMContentLoadedEventArgs
impl !Unpin for DOMContentLoadedEventArgs
impl !UnwindSafe for DOMContentLoadedEventArgs
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