pub struct FrameInfoCollection { /* private fields */ }
Expand description
Wrapper for ICoreWebView2FrameInfoCollection
.
Implementations§
Source§impl FrameInfoCollection
impl FrameInfoCollection
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2FrameInfoCollection>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2FrameInfoCollection>
Trait Implementations§
Source§impl Clone for FrameInfoCollection
impl Clone for FrameInfoCollection
Source§fn clone(&self) -> FrameInfoCollection
fn clone(&self) -> FrameInfoCollection
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 FrameInfoCollection
impl Debug for FrameInfoCollection
Source§impl From<ComRc<dyn ICoreWebView2FrameInfoCollection>> for FrameInfoCollection
impl From<ComRc<dyn ICoreWebView2FrameInfoCollection>> for FrameInfoCollection
Source§fn from(inner: ComRc<dyn ICoreWebView2FrameInfoCollection>) -> Self
fn from(inner: ComRc<dyn ICoreWebView2FrameInfoCollection>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FrameInfoCollection
impl !RefUnwindSafe for FrameInfoCollection
impl !Send for FrameInfoCollection
impl !Sync for FrameInfoCollection
impl !Unpin for FrameInfoCollection
impl !UnwindSafe for FrameInfoCollection
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