Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameInfoCollectionIterator
source · [−]#[repr(transparent)]pub struct ICoreWebView2FrameInfoCollectionIterator(_);
Implementations
Trait Implementations
sourceimpl Clone for ICoreWebView2FrameInfoCollectionIterator
impl Clone for ICoreWebView2FrameInfoCollectionIterator
sourcefn clone(&self) -> ICoreWebView2FrameInfoCollectionIterator
fn clone(&self) -> ICoreWebView2FrameInfoCollectionIterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Interface for ICoreWebView2FrameInfoCollectionIterator
impl Interface for ICoreWebView2FrameInfoCollectionIterator
sourceconst IID: GUID = ::windows::core::GUID::from_u128(37180053701502466336357091098973289219)
const IID: GUID = ::windows::core::GUID::from_u128(37180053701502466336357091098973289219)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2FrameInfoCollectionIterator> for ICoreWebView2FrameInfoCollectionIterator
impl PartialEq<ICoreWebView2FrameInfoCollectionIterator> for ICoreWebView2FrameInfoCollectionIterator
sourcefn eq(&self, other: &ICoreWebView2FrameInfoCollectionIterator) -> bool
fn eq(&self, other: &ICoreWebView2FrameInfoCollectionIterator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2FrameInfoCollectionIterator
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2FrameInfoCollectionIterator
impl !Send for ICoreWebView2FrameInfoCollectionIterator
impl !Sync for ICoreWebView2FrameInfoCollectionIterator
impl Unpin for ICoreWebView2FrameInfoCollectionIterator
impl UnwindSafe for ICoreWebView2FrameInfoCollectionIterator
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