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