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.