pub struct Settings2 { /* private fields */ }Expand description
Wrapper for ICoreWebView2Settings2.
Implementations§
Source§impl Settings2
impl Settings2
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2Settings2>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2Settings2>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Settings2
impl !RefUnwindSafe for Settings2
impl !Send for Settings2
impl !Sync for Settings2
impl !Unpin for Settings2
impl !UnwindSafe for Settings2
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