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