pub struct ClientCertificateRequestedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2ClientCertificateRequestedEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl From<&mut ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
Source§fn from(implementation: &mut ClientCertificateRequestedEventHandler) -> Self
fn from(implementation: &mut ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
impl From<ClientCertificateRequestedEventHandler> for ICoreWebView2ClientCertificateRequestedEventHandler
Source§fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ClientCertificateRequestedEventHandler> for IInspectable
impl From<ClientCertificateRequestedEventHandler> for IInspectable
Source§fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ClientCertificateRequestedEventHandler> for IUnknown
impl From<ClientCertificateRequestedEventHandler> for IUnknown
Source§fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
fn from(implementation: ClientCertificateRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2ClientCertificateRequestedEventHandler> for ClientCertificateRequestedEventHandler
impl ToImpl<ICoreWebView2ClientCertificateRequestedEventHandler> for ClientCertificateRequestedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2ClientCertificateRequestedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2ClientCertificateRequestedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for ClientCertificateRequestedEventHandler
impl !RefUnwindSafe for ClientCertificateRequestedEventHandler
impl !Send for ClientCertificateRequestedEventHandler
impl !Sync for ClientCertificateRequestedEventHandler
impl Unpin for ClientCertificateRequestedEventHandler
impl !UnwindSafe for ClientCertificateRequestedEventHandler
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