pub struct RasterizationScaleChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2RasterizationScaleChangedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<RasterizationScaleChangedEventHandler> for ICoreWebView2RasterizationScaleChangedEventHandler
impl AsImpl<RasterizationScaleChangedEventHandler> for ICoreWebView2RasterizationScaleChangedEventHandler
source§impl ComObjectInner for RasterizationScaleChangedEventHandler
impl ComObjectInner for RasterizationScaleChangedEventHandler
§type Outer = RasterizationScaleChangedEventHandler_Impl
type Outer = RasterizationScaleChangedEventHandler_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<RasterizationScaleChangedEventHandler> for ICoreWebView2RasterizationScaleChangedEventHandler
impl From<RasterizationScaleChangedEventHandler> for ICoreWebView2RasterizationScaleChangedEventHandler
source§fn from(this: RasterizationScaleChangedEventHandler) -> Self
fn from(this: RasterizationScaleChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<RasterizationScaleChangedEventHandler> for IInspectable
impl From<RasterizationScaleChangedEventHandler> for IInspectable
source§fn from(this: RasterizationScaleChangedEventHandler) -> Self
fn from(this: RasterizationScaleChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<RasterizationScaleChangedEventHandler> for IUnknown
impl From<RasterizationScaleChangedEventHandler> for IUnknown
source§fn from(this: RasterizationScaleChangedEventHandler) -> Self
fn from(this: RasterizationScaleChangedEventHandler) -> Self
Converts to this type from the input type.
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