Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Frame
source · [−]#[repr(transparent)]pub struct ICoreWebView2Frame(_);
Implementations
sourceimpl ICoreWebView2Frame
impl ICoreWebView2Frame
pub unsafe fn Name(&self, name: *mut PWSTR) -> Result<(), Error>
pub unsafe fn add_NameChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2FrameNameChangedEventHandler>>,
pub unsafe fn remove_NameChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn AddHostObjectToScriptWithOrigins<P0>(
&self,
name: P0,
object: *mut VARIANT,
originscount: u32,
origins: *mut PWSTR
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn RemoveHostObjectFromScript<P0>(
&self,
name: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_Destroyed<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2FrameDestroyedEventHandler>>,
pub unsafe fn remove_Destroyed(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn IsDestroyed(&self, destroyed: *mut BOOL) -> Result<(), Error>
Trait Implementations
sourceimpl Clone for ICoreWebView2Frame
impl Clone for ICoreWebView2Frame
sourcefn clone(&self) -> ICoreWebView2Frame
fn clone(&self) -> ICoreWebView2Frame
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ICoreWebView2Frame
impl Debug for ICoreWebView2Frame
sourceimpl<'a> From<&'a ICoreWebView2Frame2> for &'a ICoreWebView2Frame
impl<'a> From<&'a ICoreWebView2Frame2> for &'a ICoreWebView2Frame
sourcefn from(value: &'a ICoreWebView2Frame2) -> &'a ICoreWebView2Frame
fn from(value: &'a ICoreWebView2Frame2) -> &'a ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2Frame3> for &'a ICoreWebView2Frame
impl<'a> From<&'a ICoreWebView2Frame3> for &'a ICoreWebView2Frame
sourcefn from(value: &'a ICoreWebView2Frame3) -> &'a ICoreWebView2Frame
fn from(value: &'a ICoreWebView2Frame3) -> &'a ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2Frame2> for ICoreWebView2Frame
impl From<&ICoreWebView2Frame2> for ICoreWebView2Frame
sourcefn from(value: &ICoreWebView2Frame2) -> ICoreWebView2Frame
fn from(value: &ICoreWebView2Frame2) -> ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2Frame3> for ICoreWebView2Frame
impl From<&ICoreWebView2Frame3> for ICoreWebView2Frame
sourcefn from(value: &ICoreWebView2Frame3) -> ICoreWebView2Frame
fn from(value: &ICoreWebView2Frame3) -> ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Frame2> for ICoreWebView2Frame
impl From<ICoreWebView2Frame2> for ICoreWebView2Frame
sourcefn from(value: ICoreWebView2Frame2) -> ICoreWebView2Frame
fn from(value: ICoreWebView2Frame2) -> ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Frame3> for ICoreWebView2Frame
impl From<ICoreWebView2Frame3> for ICoreWebView2Frame
sourcefn from(value: ICoreWebView2Frame3) -> ICoreWebView2Frame
fn from(value: ICoreWebView2Frame3) -> ICoreWebView2Frame
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2Frame
impl Interface for ICoreWebView2Frame
sourceconst IID: GUID = ::windows::core::GUID::from_u128(320443135462748427992232823772643786755)
const IID: GUID = ::windows::core::GUID::from_u128(320443135462748427992232823772643786755)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2Frame> for ICoreWebView2Frame
impl PartialEq<ICoreWebView2Frame> for ICoreWebView2Frame
sourcefn eq(&self, other: &ICoreWebView2Frame) -> bool
fn eq(&self, other: &ICoreWebView2Frame) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl RuntimeName for ICoreWebView2Frame
impl RuntimeName for ICoreWebView2Frame
impl Eq for ICoreWebView2Frame
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Frame
impl !Send for ICoreWebView2Frame
impl !Sync for ICoreWebView2Frame
impl Unpin for ICoreWebView2Frame
impl UnwindSafe for ICoreWebView2Frame
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