pub struct ZoomFactorChangedEventHandler(/* private fields */);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 From<&mut ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl From<&mut ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
Source§fn from(implementation: &mut ZoomFactorChangedEventHandler) -> Self
fn from(implementation: &mut ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
impl From<ZoomFactorChangedEventHandler> for ICoreWebView2ZoomFactorChangedEventHandler
Source§fn from(implementation: ZoomFactorChangedEventHandler) -> Self
fn from(implementation: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ZoomFactorChangedEventHandler> for IInspectable
impl From<ZoomFactorChangedEventHandler> for IInspectable
Source§fn from(implementation: ZoomFactorChangedEventHandler) -> Self
fn from(implementation: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ZoomFactorChangedEventHandler> for IUnknown
impl From<ZoomFactorChangedEventHandler> for IUnknown
Source§fn from(implementation: ZoomFactorChangedEventHandler) -> Self
fn from(implementation: ZoomFactorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2ZoomFactorChangedEventHandler> for ZoomFactorChangedEventHandler
impl ToImpl<ICoreWebView2ZoomFactorChangedEventHandler> for ZoomFactorChangedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2ZoomFactorChangedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2ZoomFactorChangedEventHandler, ) -> &mut Self
Safety Read more
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