pub struct ContainsFullScreenElementChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ContainsFullScreenElementChangedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
impl AsImpl<ContainsFullScreenElementChangedEventHandler> for ICoreWebView2ContainsFullScreenElementChangedEventHandler
source§impl ComObjectInner for ContainsFullScreenElementChangedEventHandler
impl ComObjectInner for ContainsFullScreenElementChangedEventHandler
§type Outer = ContainsFullScreenElementChangedEventHandler_Impl
type Outer = ContainsFullScreenElementChangedEventHandler_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<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 !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