pub struct IsDocumentPlayingAudioChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2IsDocumentPlayingAudioChangedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
impl AsImpl<IsDocumentPlayingAudioChangedEventHandler> for ICoreWebView2IsDocumentPlayingAudioChangedEventHandler
source§impl ComObjectInner for IsDocumentPlayingAudioChangedEventHandler
impl ComObjectInner for IsDocumentPlayingAudioChangedEventHandler
§type Outer = IsDocumentPlayingAudioChangedEventHandler_Impl
type Outer = IsDocumentPlayingAudioChangedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !Freeze for IsDocumentPlayingAudioChangedEventHandler
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