pub struct ContainsFullScreenElementChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2ContainsFullScreenElementChangedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl AsImpl<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
fn as_impl(&self) -> &ContainsFullScreenElementChangedEventHandler
sourceimpl From<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl From<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
sourcefn from(this: ContainsFullScreenElementChangedEventHandler) -> Self
fn from(this: ContainsFullScreenElementChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ContainsFullScreenElementChangedEventHandler> for IInspectable
impl From<ContainsFullScreenElementChangedEventHandler> for IInspectable
sourcefn from(this: ContainsFullScreenElementChangedEventHandler) -> Self
fn from(this: ContainsFullScreenElementChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ContainsFullScreenElementChangedEventHandler> for IUnknown
impl From<ContainsFullScreenElementChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more