pub struct PermissionRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2PermissionRequestedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
impl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
fn as_impl(&self) -> &PermissionRequestedEventHandler
sourceimpl From<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
impl From<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
sourcefn from(this: PermissionRequestedEventHandler) -> Self
fn from(this: PermissionRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<PermissionRequestedEventHandler> for IInspectable
impl From<PermissionRequestedEventHandler> for IInspectable
sourcefn from(this: PermissionRequestedEventHandler) -> Self
fn from(this: PermissionRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<PermissionRequestedEventHandler> for IUnknown
impl From<PermissionRequestedEventHandler> for IUnknown
sourcefn from(this: PermissionRequestedEventHandler) -> Self
fn from(this: PermissionRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for PermissionRequestedEventHandler
impl !Send for PermissionRequestedEventHandler
impl !Sync for PermissionRequestedEventHandler
impl Unpin for PermissionRequestedEventHandler
impl !UnwindSafe for PermissionRequestedEventHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more