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