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