pub struct PermissionRequestedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2PermissionRequestedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
impl AsImpl<PermissionRequestedEventHandler> for ICoreWebView2PermissionRequestedEventHandler
source§impl ComObjectInner for PermissionRequestedEventHandler
impl ComObjectInner for PermissionRequestedEventHandler
§type Outer = PermissionRequestedEventHandler_Impl
type Outer = PermissionRequestedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !Freeze for PermissionRequestedEventHandler
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