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