Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2IsMutedChangedEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2IsMutedChangedEventHandler(_);
Implementations
Trait Implementations
sourceimpl AsImpl<IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
impl AsImpl<IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
fn as_impl(&self) -> &IsMutedChangedEventHandler
sourceimpl Clone for ICoreWebView2IsMutedChangedEventHandler
impl Clone for ICoreWebView2IsMutedChangedEventHandler
sourcefn clone(&self) -> ICoreWebView2IsMutedChangedEventHandler
fn clone(&self) -> ICoreWebView2IsMutedChangedEventHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
impl From<IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
sourcefn from(this: IsMutedChangedEventHandler) -> Self
fn from(this: IsMutedChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2IsMutedChangedEventHandler
impl Interface for ICoreWebView2IsMutedChangedEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(116769630587479786237901352833677356808)
const IID: GUID = ::windows::core::GUID::from_u128(116769630587479786237901352833677356808)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
impl PartialEq<ICoreWebView2IsMutedChangedEventHandler> for ICoreWebView2IsMutedChangedEventHandler
sourcefn eq(&self, other: &ICoreWebView2IsMutedChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2IsMutedChangedEventHandler) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2IsMutedChangedEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2IsMutedChangedEventHandler
impl !Send for ICoreWebView2IsMutedChangedEventHandler
impl !Sync for ICoreWebView2IsMutedChangedEventHandler
impl Unpin for ICoreWebView2IsMutedChangedEventHandler
impl UnwindSafe for ICoreWebView2IsMutedChangedEventHandler
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