pub struct ZoomFactorChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2ZoomFactorChangedEventHandler
.
Implementations
sourceimpl ZoomFactorChangedEventHandler
impl ZoomFactorChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2Controller>, Option<IUnknown>>
) -> ICoreWebView2ZoomFactorChangedEventHandler
Trait Implementations
sourceimpl AsImpl<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl AsImpl<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
fn as_impl(&self) -> &ZoomFactorChangedEventHandler
sourceimpl From<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl From<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
sourcefn from(this: ZoomFactorChangedEventHandler) -> Self
fn from(this: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ZoomFactorChangedEventHandler> for IInspectable
impl From<ZoomFactorChangedEventHandler> for IInspectable
sourcefn from(this: ZoomFactorChangedEventHandler) -> Self
fn from(this: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ZoomFactorChangedEventHandler> for IUnknown
impl From<ZoomFactorChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more