pub struct PermissionRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2PermissionRequestedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
impl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
fn as_impl(&self) -> &PermissionRequestedEventHandler
source§impl From<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
impl From<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
source§fn from(this: PermissionRequestedEventHandler) -> Self
fn from(this: PermissionRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<PermissionRequestedEventHandler> for IInspectable
impl From<PermissionRequestedEventHandler> for IInspectable
source§fn from(this: PermissionRequestedEventHandler) -> Self
fn from(this: PermissionRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<PermissionRequestedEventHandler> for IUnknown
impl From<PermissionRequestedEventHandler> for IUnknown
source§fn 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§
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