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