pub struct IsDocumentPlayingAudioChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
impl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
fn as_impl(&self) -> &IsDocumentPlayingAudioChangedEventHandler
sourceimpl From<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
impl From<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
sourcefn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<IsDocumentPlayingAudioChangedEventHandler> for IInspectable
impl From<IsDocumentPlayingAudioChangedEventHandler> for IInspectable
sourcefn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<IsDocumentPlayingAudioChangedEventHandler> for IUnknown
impl From<IsDocumentPlayingAudioChangedEventHandler> for IUnknown
sourcefn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for IsDocumentPlayingAudioChangedEventHandler
impl !Send for IsDocumentPlayingAudioChangedEventHandler
impl !Sync for IsDocumentPlayingAudioChangedEventHandler
impl Unpin for IsDocumentPlayingAudioChangedEventHandler
impl !UnwindSafe for IsDocumentPlayingAudioChangedEventHandler
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