pub struct ICoreWebView2ContainsFullScreenElementChangedEventHandler(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl Clone for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Source§fn clone(&self) -> ICoreWebView2ContainsFullScreenElementChangedEventHandler
fn clone(&self) -> ICoreWebView2ContainsFullScreenElementChangedEventHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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 Interface for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl Interface for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Source§impl PartialEq for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl PartialEq for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Source§fn eq(
&self,
other: &ICoreWebView2ContainsFullScreenElementChangedEventHandler,
) -> bool
fn eq( &self, other: &ICoreWebView2ContainsFullScreenElementChangedEventHandler, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.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
impl Eq for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl StructuralPartialEq for ICoreWebView2ContainsFullScreenElementChangedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl RefUnwindSafe for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl !Send for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl !Sync for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl Unpin for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl UnwindSafe for ICoreWebView2ContainsFullScreenElementChangedEventHandler
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