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