pub struct ZoomFactorChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ZoomFactorChangedEventHandler_Impl
.
Implementations§
source§impl ZoomFactorChangedEventHandler
impl ZoomFactorChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2Controller>, Option<IUnknown>>, ) -> ICoreWebView2ZoomFactorChangedEventHandler
Trait Implementations§
source§impl ComObjectInner for ZoomFactorChangedEventHandler
impl ComObjectInner for ZoomFactorChangedEventHandler
§type Outer = ZoomFactorChangedEventHandler_Impl
type Outer = ZoomFactorChangedEventHandler_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<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl From<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
source§fn from(this: ZoomFactorChangedEventHandler) -> Self
fn from(this: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ZoomFactorChangedEventHandler> for IInspectable
impl From<ZoomFactorChangedEventHandler> for IInspectable
source§fn from(this: ZoomFactorChangedEventHandler) -> Self
fn from(this: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ZoomFactorChangedEventHandler> for IUnknown
impl From<ZoomFactorChangedEventHandler> for IUnknown
source§fn from(this: ZoomFactorChangedEventHandler) -> Self
fn from(this: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ZoomFactorChangedEventHandler
impl !RefUnwindSafe for ZoomFactorChangedEventHandler
impl !Send for ZoomFactorChangedEventHandler
impl !Sync for ZoomFactorChangedEventHandler
impl Unpin for ZoomFactorChangedEventHandler
impl !UnwindSafe for ZoomFactorChangedEventHandler
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