pub struct ZoomFactorChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2ZoomFactorChangedEventHandler
.
Implementations§
source§impl ZoomFactorChangedEventHandler
impl ZoomFactorChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2Controller>, Option<IUnknown>> ) -> ICoreWebView2ZoomFactorChangedEventHandler
Trait Implementations§
source§impl AsImpl<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl AsImpl<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
fn as_impl(&self) -> &ZoomFactorChangedEventHandler
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 !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