pub struct ICoreWebView2FrameCreatedEventArgs(/* private fields */);
Implementations§
Source§impl ICoreWebView2FrameCreatedEventArgs
impl ICoreWebView2FrameCreatedEventArgs
pub unsafe fn get_Frame(&self) -> Result<ICoreWebView2Frame, Error>
Trait Implementations§
Source§impl Clone for ICoreWebView2FrameCreatedEventArgs
impl Clone for ICoreWebView2FrameCreatedEventArgs
Source§fn clone(&self) -> ICoreWebView2FrameCreatedEventArgs
fn clone(&self) -> ICoreWebView2FrameCreatedEventArgs
Returns a copy 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 Interface for ICoreWebView2FrameCreatedEventArgs
impl Interface for ICoreWebView2FrameCreatedEventArgs
Source§impl PartialEq for ICoreWebView2FrameCreatedEventArgs
impl PartialEq for ICoreWebView2FrameCreatedEventArgs
Source§fn eq(&self, other: &ICoreWebView2FrameCreatedEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2FrameCreatedEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2FrameCreatedEventArgs
impl StructuralPartialEq for ICoreWebView2FrameCreatedEventArgs
Auto Trait Implementations§
impl Freeze for ICoreWebView2FrameCreatedEventArgs
impl RefUnwindSafe for ICoreWebView2FrameCreatedEventArgs
impl !Send for ICoreWebView2FrameCreatedEventArgs
impl !Sync for ICoreWebView2FrameCreatedEventArgs
impl Unpin for ICoreWebView2FrameCreatedEventArgs
impl UnwindSafe for ICoreWebView2FrameCreatedEventArgs
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