pub struct CoreWebView2FrameInfo(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for CoreWebView2FrameInfo
impl Clone for CoreWebView2FrameInfo
Source§fn clone(&self) -> CoreWebView2FrameInfo
fn clone(&self) -> CoreWebView2FrameInfo
Returns a duplicate 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 Debug for CoreWebView2FrameInfo
impl Debug for CoreWebView2FrameInfo
Source§impl From<&CoreWebView2FrameInfo> for Object
impl From<&CoreWebView2FrameInfo> for Object
Source§fn from(value: &CoreWebView2FrameInfo) -> Self
fn from(value: &CoreWebView2FrameInfo) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2FrameInfo> for Object
impl From<CoreWebView2FrameInfo> for Object
Source§fn from(value: CoreWebView2FrameInfo) -> Self
fn from(value: CoreWebView2FrameInfo) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2FrameInfo
impl Interface for CoreWebView2FrameInfo
const IID: Guid
type Vtable = ICoreWebView2FrameInfo_abi
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2FrameInfo
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2FrameInfo
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2FrameInfo
impl<'a> IntoParam<'a, Object> for CoreWebView2FrameInfo
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for CoreWebView2FrameInfo
impl PartialEq for CoreWebView2FrameInfo
Source§impl RuntimeName for CoreWebView2FrameInfo
impl RuntimeName for CoreWebView2FrameInfo
Source§impl RuntimeType for CoreWebView2FrameInfo
impl RuntimeType for CoreWebView2FrameInfo
const SIGNATURE: ConstBuffer
type DefaultType = Option<CoreWebView2FrameInfo>
impl Eq for CoreWebView2FrameInfo
impl Send for CoreWebView2FrameInfo
impl StructuralPartialEq for CoreWebView2FrameInfo
impl Sync for CoreWebView2FrameInfo
Auto Trait Implementations§
impl Freeze for CoreWebView2FrameInfo
impl RefUnwindSafe for CoreWebView2FrameInfo
impl Unpin for CoreWebView2FrameInfo
impl UnwindSafe for CoreWebView2FrameInfo
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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