pub struct IsDocumentPlayingAudioChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
impl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
fn as_impl(&self) -> &IsDocumentPlayingAudioChangedEventHandler
source§impl From<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
impl From<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
source§fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<IsDocumentPlayingAudioChangedEventHandler> for IInspectable
impl From<IsDocumentPlayingAudioChangedEventHandler> for IInspectable
source§fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
fn from(this: IsDocumentPlayingAudioChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<IsDocumentPlayingAudioChangedEventHandler> for IUnknown
impl From<IsDocumentPlayingAudioChangedEventHandler> for IUnknown
source§fn 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§
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