pub struct ContainsFullScreenElementChangedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2ContainsFullScreenElementChangedEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl From<&mut ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Source§fn from(
implementation: &mut ContainsFullScreenElementChangedEventHandler,
) -> Self
fn from( implementation: &mut ContainsFullScreenElementChangedEventHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl From<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Source§fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ContainsFullScreenElementChangedEventHandler> for IInspectable
impl From<ContainsFullScreenElementChangedEventHandler> for IInspectable
Source§fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ContainsFullScreenElementChangedEventHandler> for IUnknown
impl From<ContainsFullScreenElementChangedEventHandler> for IUnknown
Source§fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
fn from(implementation: ContainsFullScreenElementChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2ContainsFullScreenElementChangedEventHandler> for ContainsFullScreenElementChangedEventHandler
impl ToImpl<ICoreWebView2ContainsFullScreenElementChangedEventHandler> for ContainsFullScreenElementChangedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2ContainsFullScreenElementChangedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2ContainsFullScreenElementChangedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for ContainsFullScreenElementChangedEventHandler
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